jaak
Why do Components in For get recreated on any change
I would guess that your fetch function returns new objects at every index after a refetch.
For
uses object identity to prevent rerendering. Can you use the reconcile merge function to merge in the loaded data?4 replies
Path syntax flexibility
I looked into how produce is implemented, and realized I don't have to even pass the key! This might break in the future, but then i hope they expose the internal function (setProperty) that makes it possible for produce.
With this I made a proxy that works exactly like the one produce uses internally, but stores a JsonPatch for each mutation
13 replies