Skip to content

bjayanta/redux_toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to work with React JS & Redux

create react project

yarn create react-app app_name

Installation

  1. Install redux DevTools in your web browser.
  2. Install @reduxjs/toolkit & react-redux package via npm/yarn

yarn add react-redux @reduxjs/toolkit

create store

  • create store.js file

Available Scripts

In the project directory, you can run:

yarn start

yarn test

yarn build

yarn eject