We can have multiple reducer and combine them through rootReducer : 1. Create a store 2. Give a rootReducer to Store 3. rootReducer has two
Tag: React
React Redux – Intro Reducer
Step 1 : Install dependency ” npm install –save redux ” import React from “react”; import { createStore } from “redux” import { Provider }