/react-redux-basic

Redux Basic in React Js with Redux Hooks

Primary LanguageJavaScript

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