This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-07
Channels
- # announcements (11)
- # architecture (2)
- # babashka (84)
- # beginners (226)
- # calva (7)
- # chlorine-clover (4)
- # cider (29)
- # clara (17)
- # clj-kondo (23)
- # cljs-dev (58)
- # cljsrn (60)
- # clojure (172)
- # clojure-europe (24)
- # clojure-finland (2)
- # clojure-italy (6)
- # clojure-nl (8)
- # clojure-spec (4)
- # clojure-uk (22)
- # clojurescript (44)
- # conjure (39)
- # core-async (64)
- # cursive (76)
- # data-science (15)
- # duct (3)
- # emacs (2)
- # events (5)
- # fulcro (30)
- # helix (4)
- # jackdaw (5)
- # juxt (1)
- # kaocha (1)
- # leiningen (4)
- # off-topic (9)
- # pathom (22)
- # re-frame (9)
- # reagent (33)
- # reitit (3)
- # ring (10)
- # ring-swagger (2)
- # shadow-cljs (192)
- # spacemacs (27)
- # specter (2)
- # sql (59)
- # vim (2)
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/datsys • https://keechma.com/ Any other styles I'm missing? Looking in particular for any less popular/more radical ideas I've missed