Using Immer for React State Management

added by JavaScript Kicks
8/8/2019 7:23:58 AM

360 Views

We make use of state to keep track of application data. States change as users interact with an application. When this happens, we need to update the state that is displayed to the user, and we do this using React's setState.


0 comments