kalidas120799 / react-redux-basic

Redux Basic in React Js with Redux Hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic React Redux
######################

Step1 => npm i redux react-redux
Step2 => Components Create
Step3 => Redux Folder
Step3.0 => Create Types
Step3.1 => Actios
Step3.2 => Reducer
Step4 => Store
Step5 => App.js create provider Component & send store as props
Step6.0 => Components connect
Step6.1 => create mapStateToProps
Step6.2 => create mapDispatchToProps
Step6.3 =>connect

About

Redux Basic in React Js with Redux Hooks


Languages

Language:JavaScript 86.7%Language:HTML 13.3%