How to Install Redux in nextjs
How to install this
In this article i want to explain how to use Redux in nextjs it's very simple Follow steps only
Step : 1
Install redux toolkit using these commands
# NPM
npm install @reduxjs/toolkit
# Yarn
yarn add @reduxjs/toolkit
Step : 2
...
simpleconcepts.hashnode.dev1 min read