This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-20
Channels
- # aws-lambda (8)
- # beginners (37)
- # cider (43)
- # cljs-dev (12)
- # clojure (121)
- # clojure-italy (19)
- # clojure-nl (1)
- # clojure-poland (1)
- # clojure-russia (14)
- # clojure-spec (6)
- # clojure-uk (98)
- # clojurescript (28)
- # core-async (1)
- # cursive (7)
- # datomic (4)
- # emacs (63)
- # events (8)
- # fulcro (19)
- # graphql (4)
- # hoplon (3)
- # mount (1)
- # nrepl (101)
- # off-topic (15)
- # om (3)
- # pedestal (2)
- # portkey (31)
- # protorepl (2)
- # re-frame (26)
- # reagent (26)
- # reitit (2)
- # shadow-cljs (58)
- # spacemacs (8)
- # specter (5)
- # sql (56)
- # test-check (11)
- # tools-deps (48)
- # vim (52)
@fiddlerwoaroof Use shadow-cljs. I use all sorts of them: react-autocomplete, transition-group,e tc.
Is there a minimal demo?
thanks
it doesn’t use anything from the NPM ecosystem, but from there all you have to do is add the lib to package.json, and require it as described in the shadow-cljs manual, and in the Fulcro dev guide
And it'll have something like piggieback/figwheel available?
I'm fairly new to all this 🙂
@claudiu You around? I’ve got a demo working for you. I added some additional helpers to the routing ns to make it easier: https://github.com/awkay/dynamic-routing-ssr
2.5.2 released, and developer’s guide updated with SSR Dynamic routing docs which include that example code.
@tony.kay PR submitted adding js type hints
Also:
------ WARNING #5 --------------------------------------------------------------
File: fulcro/i18n.cljc:658
constant tr assigned a value more than once.
Original definition at externs.shadow.js:16
--------------------------------------------------------------------------------
------ WARNING #6 --------------------------------------------------------------
File: fulcro/i18n.cljc:661
constant trc assigned a value more than once.
Original definition at externs.shadow.js:17
--------------------------------------------------------------------------------
------ WARNING #7 --------------------------------------------------------------
File: fulcro/i18n.cljc:664
constant trf assigned a value more than once.
Original definition at externs.shadow.js:18
--------------------------------------------------------------------------------