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
Oliver 2021-05-17T18:27:33.004Z

Fulcro has a nice step-by-step manual how to set up a minimalistic project with shadow-cljs https://book.fulcrologic.com/#_create_your_project. I am looking for something similar for re-frame and shadow-cljs. Any suggestions?

Oliver 2021-05-18T16:41:26.003400Z

Thank you. Looks nice and has a lot of documentation included.

Richie 2021-05-17T18:33:09.004300Z

It looks like the examples use shadow. https://github.com/day8/re-frame/tree/master/examples

p-himik 2021-05-17T18:34:24.005400Z

It's not different from Fulcro in any way. Or any other library, at that. You just set up a bare-bones project for shadow-cljs, and you add re-frame to your shadow-cljs.edn or deps.edn or project.clj - depending on what you use.

Oliver 2021-05-17T18:38:01.006400Z

Thank you, I think this will help. 😀