This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-10
Channels
- # announcements (1)
- # beginners (2)
- # calva (41)
- # cider (3)
- # cljdoc (2)
- # cljs-dev (23)
- # clojure (94)
- # clojure-dev (23)
- # clojure-russia (5)
- # clojure-spec (9)
- # clojure-uk (85)
- # clojurescript (94)
- # code-reviews (1)
- # cursive (5)
- # datomic (1)
- # emacs (8)
- # figwheel (1)
- # figwheel-main (10)
- # fulcro (27)
- # graphql (11)
- # hyperfiddle (1)
- # jobs-discuss (10)
- # kaocha (3)
- # luminus (7)
- # lumo (1)
- # off-topic (85)
- # onyx (1)
- # pedestal (1)
- # re-frame (3)
- # shadow-cljs (21)
- # tools-deps (1)
- # yada (6)
Fulcro Incubator state machines now have full IO support, timeout events, the ability to abort a network request, better actor declaration, and support for a more machine-friendly state machine definition format!
https://github.com/fulcrologic/fulcro-incubator/blob/develop/state-machine-docs.adoc
Note about discoverability of this stuff, cursive doesn’t seem to pick up anything defined with Defn
, when I try to say “resolve Defn as…” and select defn
, nothing pops up. Do you see the same thing?
Ah I think the issue is the “resolve as…” action doesn’t work for code under “External Libraries”. If I git clone the incubator code and open that as its own project, let cursive index, then run the intention action it works. Will report to #cursive
ok the command from the README works but the fulcro github README still says lein figwheel
README fixed. Thanks. Template now only supports shadow-cljs (as of just now). I highly recommend it instead of figwheel….highly.
Theres also this article, quite a nice read about https://mauricio.szabo.link/blog/2018/11/10/my-missing-frustration-with-clojurescript/
hey @tony.kay quick question on pathom integration. Got it all going on the server as far as I can tell. but trying to figure out best to wire stuff up on the client, like the local action for mutations . I've created a client pathom parser to wrap up api's to 3rd party stuff (e.g. stripe for CC processing) per a discussion we had before. but not 100% on the best integration approach Just calling those pathom client defined mutations from inside fulcro defmutations at the moment