This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-25
Channels
- # announcements (1)
- # beginners (6)
- # calva (23)
- # cider (43)
- # clj-kondo (2)
- # cljdoc (22)
- # cljsrn (4)
- # clojure (35)
- # clojure-dev (1)
- # clojure-france (1)
- # clojure-italy (16)
- # clojure-uk (10)
- # clojurescript (1)
- # data-science (1)
- # emacs (6)
- # fulcro (5)
- # graalvm (4)
- # jobs-discuss (28)
- # off-topic (29)
- # pedestal (11)
- # planck (31)
- # prelude (2)
- # reitit (2)
- # vim (1)
Fulcro 3.0.0-pre-alpha-4 is on clojars. This is NOT API compatible with F2 yet (but it takes little to port). The repository has a fulcro-todomvc project that is working full stack if you want to see the differences.
At this point full-stack operation seems to be working with the new internals. I’ve ported routing and UI state machines but have not tested them. I know dynamic router is currently broken because some internals are missing that it needs.
fulcro-garden-css
is now the library (on clojars as 3.0.0-SNAPSHOT and fulcrologic github) moves the CSS concerns to a library, and also demonstrates how easy it is to “add functionality” to defsc
components now (without writing macros!)
Community feedback is welcome. It is getting close to the basic layout and simplifications I am aiming for…just a lot of polish left.
https://github.com/fulcrologic/fulcro-garden-css https://github.com/fulcrologic/fulcro3 https://github.com/fulcrologic/fulcro3/tree/develop/src/todomvc/fulcro_todomvc
At the moment most of the porting is just changing namespaces and construction of the app/server: https://github.com/fulcrologic/fulcro3/blob/develop/src/todomvc/fulcro_todomvc/main.cljs https://github.com/fulcrologic/fulcro3/blob/develop/src/todomvc/fulcro_todomvc/server.clj