fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
cjmurphy 2020-10-24T00:44:06.414600Z

Just using the latest Fulcro Inspect Electron app. https://github.com/fulcrologic/fulcro-inspect/releases/tag/electron-3.0.0-RC2. Works fine but some of my ids are 'UNSUPPORTED VALUE'. I believe these values should be Fulcro TempIds.

tony.kay 2020-10-25T03:29:38.415700Z

Fixed in source, I think...I released the chrome version, but probably forget tupdate that one

nivekuil 2020-10-24T01:37:49.414700Z

I'm trying to append two vecs in pre-merge, like the :page/items in {:page/id 1 :page/items [[:item/id 1]]}. As the incoming data-tree is a denormalized map to be merged with the current-normalized, how do I concat the two :page/items together if one is normalized and the other is not? denormalize the old data or normalize the new data?

tony.kay 2020-10-25T03:31:03.416300Z

Pre merge should return tree, but not sure that's the right place for that kind of manipulation

tony.kay 2020-10-25T03:31:30.416500Z

Why not use data targeting???