This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-15
Channels
- # announcements (13)
- # aws (6)
- # babashka (23)
- # babashka-sci-dev (6)
- # beginners (64)
- # calva (110)
- # cider (25)
- # cljs-dev (5)
- # cljsrn (8)
- # clojars (5)
- # clojure (20)
- # clojure-austin (1)
- # clojure-europe (77)
- # clojure-nl (1)
- # clojure-uk (3)
- # clojurescript (14)
- # cursive (7)
- # datahike (9)
- # datomic (13)
- # eastwood (15)
- # emacs (14)
- # figwheel-main (1)
- # fulcro (8)
- # graalvm-mobile (2)
- # graphql (2)
- # honeysql (2)
- # hyperfiddle (2)
- # introduce-yourself (4)
- # jobs (4)
- # joyride (4)
- # leiningen (4)
- # lsp (8)
- # minecraft (8)
- # off-topic (11)
- # polylith (18)
- # rdf (2)
- # reagent (3)
- # reitit (4)
- # remote-jobs (1)
- # shadow-cljs (39)
- # specter (7)
- # xtdb (3)
@tony.kay I noticed the fulcro-rad-sql automatic resolves don’t seem to support a ::pc/transform
like fulco-rad-datomic does — would you be open to a PR to add this support?
For context: I use the transform to add a authorization layer on top of the automatic resolvers
great, https://github.com/fulcrologic/fulcro-rad-sql/pull/16
EDIT: rebasing to fix conflicts good to go
Thanks Tony!
Can anyone recommend a library for form components that will work on both Fulcro 2 and 3? We’re trying to clean out some deeply-entangled custom forms that also utilize react-bootstrap components. Those are some of the final things preventing us from getting on Fulcro 3. If that’s an impossibility, apologies in advance…
So this is the reason fulcro-semantic-ui-wrappers exists. When I went looking for a good component set that fully-supported “controlled” components and react that was the best at the time. I know there are other widget sets out there, and your primary concern should be that whatever you choose: the components are react-based, and all the ones you want to use support being treated as controlled components; otherwise, the pure rendering concern is a problem. There should be zero difference, though, between 2 and 3 support. Do you mean you were using some of the original bootstrap wrappers that I wrote??? You can certainly keep using those, you’d just need to copy the source out into your own app and port them.