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?
Thank you. Looks nice and has a lot of documentation included.
It looks like the examples use shadow. https://github.com/day8/re-frame/tree/master/examples
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.
Thank you, I think this will help. 😀