This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-30
Channels
- # admin-announcements (1)
- # adventofcode (2)
- # announcements (2)
- # babashka (60)
- # beginners (48)
- # cherry (1)
- # cider (16)
- # clj-kondo (4)
- # clojure (53)
- # clojure-belgium (3)
- # clojure-europe (20)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-poland (4)
- # clojure-uk (6)
- # clojuredesign-podcast (19)
- # clojurescript (39)
- # community-development (12)
- # cursive (4)
- # datalevin (7)
- # datomic (23)
- # honeysql (14)
- # hyperfiddle (3)
- # instaparse (3)
- # lsp (3)
- # malli (10)
- # off-topic (34)
- # overtone (8)
- # polylith (2)
- # re-frame (9)
- # reitit (3)
- # releases (1)
- # squint (16)
- # timbre (7)
- # wasm (2)
- # xtdb (8)
Just released https://clojars.org/day8.re-frame/re-frame-10x/versions/1.9.1. Highlights: ā¢ App-db editor ā¦ Want to test out a certain db value? Just click Edit on a path inspector and type it in. ā¦ Want to reproduce your app-db? Save and restore it from an edn file. ā¢ Project-level config ā¦ Want to version-control your 10x settings? https://github.com/day8/re-frame-10x#project-configuration. ā¢ New React-18 mode ā¦ Tired of that warning message? https://github.com/day8/re-frame-10x#compatibility-matrix. ā¢ Get subscriptions into your REPL ā¦ Want to https://github.com/day8/re-frame-10x/issues/205 past subscription values? Try the new "Copy REPL command" button in the subs panel.
Very nice!
thanks for the changes. I tried it and it works great. However I'm seeing some data printed to the console for every "event loop" iteration. I think it's due to the code here: https://github.com/day8/re-frame-10x/blob/97f4ea03dc269ba6c5ef9084ba5d317bf4d7e931/src/day8/re_frame_10x/panels/app_db/subs.cljs#L46-L48
Oops, rebase error. Fixed in https://clojars.org/day8.re-frame/re-frame-10x/versions/1.9.1
Want to reproduce your app-db? Save and restore it from an edn file.
i had this feature in first versions of re-frisk, but it doesn't work for real projects, for a few reasons