This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-10
Channels
- # announcements (4)
- # babashka (29)
- # beginners (15)
- # calva (4)
- # cljs-dev (1)
- # clojure (28)
- # clojure-dev (13)
- # clojure-europe (3)
- # clojure-india (1)
- # clojure-spec (7)
- # clojure-uk (5)
- # clojurescript (37)
- # component (2)
- # conjure (60)
- # cursive (2)
- # datomic (1)
- # emacs (1)
- # figwheel-main (18)
- # fulcro (38)
- # graalvm (6)
- # graphql (13)
- # helix (14)
- # jobs-discuss (1)
- # joker (5)
- # lein-figwheel (2)
- # nrepl (3)
- # off-topic (15)
- # other-languages (1)
- # other-lisps (1)
- # pedestal (2)
- # reagent (8)
- # reitit (44)
- # shadow-cljs (83)
- # slack-help (8)
- # spacemacs (1)
At the request of a user I explored the possible use of Fulcro as the full-stack part of a Reframe app. Turns out it really was pretty simple. Not sure if I’m missing something (I’m no reframe expert), but I made a video of how one would go about it from a Fulcro perspective. Gives you all of the full-stack graph abilities of Fulcro (and much of the other support, like UI state machines, form state management, etc.) while still being able to use Reframe’s full feature set. https://www.youtube.com/watch?v=ng-wxe0PBEg&feature=youtu.be
New maintenance release of confetti/s3-deploy
, a small library to efficiently sync files to an S3 bucket. Great for small deploy scripts using clj
too: https://github.com/confetti-clj/s3-deploy#cli-tools
Fulcro 3.2.5 Released. This version includes a number of minor improvements to the internals, and a few bug fixes. It also makes a minor modification to the behavior of the new synchronous transactions: Using them will no longer schedule a full UI refresh. This was judged to be an error in the original implementation. You can use app/schedule-render!
if a localized sync change needs a wider refresh, but the sync optimization itself works best if acts more like a strictly component local change.
https://github.com/fulcrologic/fulcro