re-frame-10x VS mulog

Compare re-frame-10x vs mulog and see what are their differences.

re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling. (by day8)

mulog

μ/log is a micro-logging library that logs events and data, not words! (by BrunoBonacci)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
re-frame-10x mulog
2 4
624 469
0.8% -
8.5 4.6
16 days ago 18 days ago
Clojure Clojure
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

re-frame-10x

Posts with mentions or reviews of re-frame-10x. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-15.
  • Show HN: Time Travel Debugger
    10 projects | news.ycombinator.com | 15 Sep 2021
    Surely not as fully featured, but the general idea has been possible for ClojureScript Re-frame with: https://github.com/day8/re-frame-10x
  • Clojure Re-Frame Exercise
    14 projects | dev.to | 15 Nov 2020
    Metosin Reagent-dev-tools. I used quite a lot the excellent Metosin Reagent-dev-tools (as you can see in the picture below). I tried the re-frame-10x tool as well, but I liked more the Metosin Reagent-dev-tool’s visual layout (and I’m a company man - you eat your own dog food). The Metosin Reagent-dev-tool was one of the most important development and debugging tools during this exercise. Once you configure the tool to show the Re-frame application db state you get a nice tree view to the app-db:

mulog

Posts with mentions or reviews of mulog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-20.
  • Tracing: Structured Logging, but better in every way
    9 projects | news.ycombinator.com | 20 Sep 2023
    There are logging libraries that include syntactically scoped timers, such as mulog (https://github.com/BrunoBonacci/mulog). While a great library, we preferred timbre (https://github.com/taoensso/timbre) and rolled our own logging timer macro that interoperates with it. More convenient to have such niceties in a Lisp of course.
  • A History of Clojure (2020) [pdf]
    22 projects | news.ycombinator.com | 10 Aug 2023
  • Logging verbosely into a ring buffer?
    3 projects | /r/java | 13 Apr 2022
  • Debugging in Clojure
    5 projects | news.ycombinator.com | 6 Jul 2021
    Assuming the crash doesn't cause the process to completely exit, you could indeed use `scope-capture` for this. This works well for local dev. In theory, you could use `sc.api/spy` in production code, and then attach a remote repl to diagnose any crashes. I wouldn't recommend this though, I think it would be best to use a good logging library like Mulog: https://github.com/BrunoBonacci/mulog

What are some alternatives?

When comparing re-frame-10x and mulog you can also consider the following projects:

reitit - A fast data-driven routing library for Clojure/Script

timbre - Pure Clojure/Script logging library

re-frame - A ClojureScript framework for building user interfaces, leveraging React

debug-repl - A Clojure debug repl as nrepl middleware

rrweb - record and replay the web

clj-otel - An idiomatic Clojure API for adding telemetry to your libraries and applications using OpenTelemetry.

devtools - Replay.io DevTools

cider - The Clojure Interactive Development Environment that Rocks for Emacs

dark - Darklang main repo, including language, backend, and infra

spyscope - Trace-oriented debugging tools for Clojure

devtools - Replay.io DevTools [Moved to: https://github.com/replayio/devtools]

re-frame-flow - Graph based visualization tool for re-frame event chains