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
superstructor 2020-08-12T07:05:19.328900Z

@danielmartincraig re-frame-template should create this code for you from https://github.com/day8/re-frame-template/blob/master/src/leiningen/new/re_frame/src/cljs/core.cljs#L18 Did you happen to delete core or re-write it ? Or is that problem reproducible somehow with a freshly generated project ?

rberger 2020-08-12T20:21:31.329600Z

I’m finding that we’re mainly incorporating “off the shelf” react components into our re-frame/reagent app as there is an incredible amount of powerful components available there and almost none in clojurescript/reagent. And because they use hooks we want to use hooks. Its looking like they