fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
unbalanced 2020-10-01T19:55:20.086400Z

!(^ ^)!

tony.kay 2020-10-01T20:21:50.087300Z

RAD Datomic adapter version 1.0.3 is up on Clojars. This version improves the performance of the generated read resolvers when figuring out db/idents.

❤️ 3
xceno 2020-10-01T23:49:04.093600Z

How can I use the various form/XYZ-render functions in RAD, so I can modify the body of a top-level form, and render its subforms with the default renderer? I tried form/ref-container-renderer and form/render-layout . I couldn't figure out the proper arguments to pass to those functions. I think I use the former wrong, and the latter works for the top-level component when I use (form/render-layout this props) , so I assume I need to pass in the subform props to this call, but how do I get those?