Fork me on GitHub
#architecture
<
2020-05-07
>
jjttjj21:05:34

Front end UI web development in cljs, for various reasons, may call for more heavy handed "frameworks" than other types of development. These frameworks attempt to include a full solution for at least client side state management. I'm attempting to catalog these. Some examples I can think of: • re-frame • Fulcro (and Om which I believe is related in lineage) • LightTable's BOT (http://lighttable.com/2013/01/24/the-ide-as-data/) • Some datalog driven style things (http://www.cartesiantheatrics.com/2020/04/14/codenames-app.html is one I came across recently. Also https://github.com/metasoarous/datsyshttps://keechma.com/ Any other styles I'm missing? Looking in particular for any less popular/more radical ideas I've missed

jjttjj21:05:13

(I'm aware of things also like reagent/hoplon/rum, etc, but I'm not as interested in these since they don't provide a batteries included "this is how you should structure the state in your app" framework)