This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-10
Channels
- # adventofcode (68)
- # babashka (6)
- # babashka-sci-dev (3)
- # beginners (11)
- # biff (8)
- # circleci (13)
- # clj-kondo (1)
- # clojure (17)
- # clojure-europe (9)
- # clojurescript (12)
- # core-async (17)
- # cursive (9)
- # data-science (1)
- # datomic (3)
- # emacs (10)
- # fulcro (4)
- # off-topic (3)
- # practicalli (1)
- # releases (3)
- # sql (1)
- # xtdb (30)
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)

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?