Fork me on GitHub
#fulcro
<
2021-12-08
>
hadils19:12:03

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!

Jakub Holý (HolyJak)22:12:50

It is just data, no? You can set it in the client DB via a mutation. Or?

hadils01:12:49

That’s what I wound up with. I thought there was another way I was missing. Thanks. @U0522TWDA

macrobartfast22:12:02

Hello! I’m creating an app for searching and sharing information about trees. I’m thinking of using Fulcro at this point.

macrobartfast22:12:55

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.

macrobartfast22:12:40

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.

macrobartfast22:12:06

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.

Jakub Holý (HolyJak)22:12:04

I don't know of any issues there

macrobartfast23:12:58

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.

macrobartfast22:12:46

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