re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
2021-07-02T07:31:12.265600Z

(if-let [the-val @(subscribe [::the-val])]
  [:div the-val]
  (dispatch [::retrieve-the-val]))

2021-07-02T23:23:19.267600Z

I'm looking into https://github.com/day8/re-frame-10x/issues/308 but the docs about developing on 10x seem out of date. They talk about running lein but there's no project.clj in the example TodoMVC anymore, it's shadow now

2021-07-02T23:23:43.268400Z

Does it work with local changes even so?

p-himik 2021-07-02T23:34:24.268500Z

The outdated documentation deserves an issue on its own. ;) While I've never done it myself, hacking on your local copy of re-frame-10x with its TodoMVC example should be possible, given that its shadow-cljs config specifies the right :source-paths. Do note the comment about source-deps.sh though - it seems to be important given that :source-paths include gen-src.