Fork me on GitHub
#fulcro
<
2022-12-10
>
tony.kay21:12:17

I’m in the process of expanding form-state and RAD to seamlessly support union types. This means: • Union components will be able to act as a subform for heterogenous collections, or model edges that possibly point to more than one kind of thing. • RAD Datomic will correctly generate resolvers • RAD Save will work • RAD will allow: ◦ New ao/targets option to describe this case ◦ Forms to include subforms that are union types I don’t have time to update/check the following additional libraries (and support), if anyone in the community has interest, let me know: • RAD database adapters (except Datomic) • Demo support (I have a Datomic-only demo coded on a branch of the RAD demo) Check out the fulcro-rad-demo polymorphic-refs branch if you want to try it out (requires Datomic Cloud’s dev-local (free download)

gratitude-thank-you 2
🆒 2
Jakub Holý (HolyJak)10:12:14

Nice! What is the best starting point if I want to bring the asami adapter up to date? Look at the recent commits of the datomic adapter and play with the polymorphic demo branch?

tony.kay15:12:32

Yeah. It may actually just work for most with the addition of one query function in clj

tony.kay21:12:11

Pretty much all of that is working (for some value of “working”) if using the latest SNAPSHOT version of everything, but I’m still testing and debugging.