Fork me on GitHub
#re-frame
<
2018-10-09
>
Sal18:10:24

Hey guys I’m trying to build a mental picture on the conceptual similarities and differences between some of the common React related libraries/tools and their counterparts in Cljs. If I understand things correctly, Reagent, Om, and React work in the same space which is essentially the view. To build on top of that and support a more managed/organized global application state, you use something like Redux or in Cljs world, Re-frame. Furthermore, if you’re looking for a tool to help you efficiently and declaratively manage remote data calls, you would use tools like Relay or Om Next. Is this description sound?