This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-21
Channels
- # announcements (1)
- # babashka (39)
- # beginners (91)
- # cider (9)
- # clj-kondo (10)
- # cljsrn (1)
- # clojure (54)
- # clojure-europe (45)
- # clojure-italy (2)
- # clojure-nl (1)
- # clojure-spec (39)
- # clojure-uk (21)
- # clojurescript (7)
- # core-typed (1)
- # cursive (9)
- # data-science (1)
- # datomic (2)
- # docker (3)
- # emacs (11)
- # figwheel-main (11)
- # fulcro (19)
- # java (1)
- # juxt (1)
- # kaocha (68)
- # malli (7)
- # meander (5)
- # off-topic (76)
- # pedestal (1)
- # re-frame (6)
- # reveal (1)
- # rum (2)
- # shadow-cljs (48)
- # sql (6)
- # tools-deps (47)
- # vim (8)
- # xtdb (23)
Fulcro 3.2.14 is on Clojars. This new release adds some networking helpers and primitives for building offline support: • Tenacious remote (and the packet of destiny): A wrapper for remotes that attempts to smooth over flaky networks (i.e. mobile) • Load cache. An add-on that allows you to specify that certain loads should tolerate the complete lack of a network, returning a default or the last-seen value of the response. • Durable mutations: An add-on that gives a new type of transact that has at least once semantics (even through app crashes, closed tabs, etc.) A video showing them in action (and some of the complications you’ll face using them) is at https://youtu.be/nrF9S5rxVgc https://github.com/fulcrologic/fulcro
