Skip to content

devhmm/redux-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React CRUD

Installation

Using NPM

npx create-react-app appName

Using Yarn

yarn create react-app appName

Running Appplication

  • Go to Root Folder
  • npm start or yarn start

Adding Redux

yarn add redux react-redux redux-thunk

npm install redux react-redux redux-thunk

Create four folder

  • actions
  • reducers
  • services
  • store
  • constants

Install axios

Reference Link

https://github.com/axios/axios npm install axios or yarn add axios

Redux

Life Cicle

alt text

mapStateToProps

https://react-redux.js.org/using-react-redux/connect-mapstate

mapDispatchToProps

https://react-redux.js.org/using-react-redux/connect-mapdispatch

React

Life Circle

alt text

About

React App Using Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published