12 min read Tools, React, JavaScript Share on Twitter or LinkedIn In this article, we’re going to learn how to use Immer to write reducers. When working with React, we maintain a lot of state. To make updates to our state, we need to write a lot of reducers.
Full article