Implementing Undo-Redo Functionality in Redux using Immer

Implementing Undo-Redo Functionality in Redux using Immer

Got a requirement to implement an undo-redo functionality in your frontend application that is built using Redux, and if you are looking for a cleaner approach, then keep reading! What is Immer? To put it in simple terms, Immer is a library that allows you to efficiently work with immutable data, in such a way … Read more

x