fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
tony.kay 2020-11-30T01:42:43.014800Z

Book deps updated. The examples should work with new inspect now. I also fixed a few demos that I hadn’t ported from Fulcro 2.x. Let me know if anything isn’t working as advertised if anyone cares to scan through the live demos.

👍 2
❤️ 2
exit2 2020-11-30T17:46:36.018100Z

Is anyone here familiar with an issue where a form field is updated (I can see the mutation and update take place in my state), but after I click out of the field it reverts to the original value?

2020-11-30T18:16:52.018400Z

may be a difference of transact!! vs transact!

exit2 2020-11-30T18:32:25.018800Z

hmm perhaps, its happening on blur w/

exit2 2020-11-30T18:33:10.019700Z

(prim/transact! component `[(fs/mark-complete! {:entity-ident ~ident
                                                                             :field        ~field})
                                                             :ui/root])