clojurescript

Kari Marttila 2025-03-01T10:34:36.672319Z

I wonder what is the "best practice" in Clojurescript frontend (browser) related logging (using shadow-cljs, and some frontend app files are cljs, and some are cljc, and cljc files can be tested using jvm repl).

2025-03-07T11:06:06.466489Z

you could take the view that cljc contents will be pure functions... so shouldnt log

Kari Marttila 2025-03-01T10:35:32.926479Z

I tried Glögi: https://github.com/lambdaisland/glogi But it requires custom formatter (or otherwise you cannot see the log events in Chrome developer tools / console.

2025-03-02T03:25:56.269599Z

Hi @kari.marttila https://github.com/paintparty/fireworks https://github.com/paintparty/fireworks?tab=readme-ov-file#alternatives--prior-art lists other options Early-stage project, feedback welcome!