/Redux-with-Immer

A demo app that walk through how we can use Immer and Redux together

Primary LanguageJavaScript

A demo react app that uses Immer and Redux together.

In this demo app we are using Immer curried producer as reducer where the first argument is a recipe function and second is default value(initial state that generally passes to the reducer)

Run App

In the project directory, you can run following commands:

npm i
npm start

Useful Resource

Followings are the resource from which I dabbled about ImmerJS