This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-08
Channels
- # adventofcode (49)
- # babashka (21)
- # babashka-sci-dev (12)
- # beginners (250)
- # calva (23)
- # cider (6)
- # clj-kondo (11)
- # cljsrn (8)
- # clojure (129)
- # clojure-europe (50)
- # clojure-france (8)
- # clojure-italy (6)
- # clojure-nl (14)
- # clojure-romania (7)
- # clojure-spec (21)
- # clojure-uk (3)
- # clojurescript (17)
- # conjure (1)
- # core-async (40)
- # core-logic (24)
- # core-typed (7)
- # datavis (2)
- # datomic (2)
- # emacs (29)
- # fulcro (10)
- # graalvm (6)
- # graphql (24)
- # gratitude (6)
- # jobs (1)
- # lsp (9)
- # malli (6)
- # missionary (1)
- # nextjournal (46)
- # off-topic (2)
- # other-languages (3)
- # pathom (5)
- # portal (2)
- # re-frame (37)
- # remote-jobs (1)
- # shadow-cljs (15)
- # spacemacs (9)
- # testing (6)
- # tools-deps (13)
- # vim (32)
- # xtdb (16)
I am using Fulcro RAD in my front-end with custom rendering. I need to set an attribute’s value in a subform from its parent form. Any suggestions on how to do this? Thanks!
It is just data, no? You can set it in the client DB via a mutation. Or?
That’s what I wound up with. I thought there was another way I was missing. Thanks. @U0522TWDA
Hello! I’m creating an app for searching and sharing information about trees. I’m thinking of using Fulcro at this point.
I’m excited that Fulcro has built-in support for internationalization (this would be cool to have available in different languages) as well as timezone features.
I could go with other frameworks, and have very supportive advisors in them, but I’m afraid I’ll tax their time too much as they help me to understand general concepts that are well explained in the Fulcro docs.
I’m used to clj and shadow-cljs in a terminal hosted Emacs… any gotchas or pointers on getting this to work with Fulcro? I’m not totally opposed to going with a different IDE if there are features or an ecosystem I should know about.
I don't know of any issues there
Sweet. I’ll just give it a go. I usually use cider-jack-in-clj
and cider-jack-in-cljs
to get two repl’s for cljs/cljs respectively.
There’s this… from 2017, so I’m not sure it’s still current: https://photonsphere.org/posts/2017-12-19-fulcro-emacs-cider.html