reconcile within produce
Is it possible to use reconcile within the produce utility?
4 Replies
Both return an update function for the store, so in those terms no. What are you trying to accomplish?
Maybe something like:
@peerreynders Thanks. I just wanted to batch update the store without calling multiple setter functions. In my case it would just be best to call the multiple setters for the nested properties.
Interesting. I could indeed use the batch utility to improve performance. Thanks for you help!