Create Stable Patches in Immer by updating with Id instead of Indices

Share this video with your friends

Send Tweet

Our naive synchronization implementation has some flaws. In this lesson we are going to address one of them, by changing our index-based storage to key based storage, which enables us to better deal with synchronization issues.