https://github.com/andrase/react-redux-tutorial
React-redux basics
https://github.com/andrase/react-redux-tutorial
axios-react connect-middleware logger-middleware mapdispatchtoprops mapstatetoprops reactjs redux thunk-middleware
Last synced: 11 months ago
JSON representation
React-redux basics
- Host: GitHub
- URL: https://github.com/andrase/react-redux-tutorial
- Owner: AndrasE
- Created: 2023-08-30T19:01:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T07:12:41.000Z (over 2 years ago)
- Last Synced: 2023-11-04T08:21:53.827Z (over 2 years ago)
- Topics: axios-react, connect-middleware, logger-middleware, mapdispatchtoprops, mapstatetoprops, reactjs, redux, thunk-middleware
- Language: JavaScript
- Homepage:
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic concepts using React & Redux
## Hello there 👋
Followed **[React Redux](https://www.youtube.com/playlist?list=PLC3y8-rFHvwheJHvseC3I0HuYI2f46oAK)** tutorial on YT went through some of the basics to start with Redux & React UI.
Included a pdf with my notes from the classes: **[justsomeReactRedux](https://github.com/AndrasE/React-redux-tutorial/blob/main/justsomeReactRedux.pdf)**.
**Subjects:** Actions, Action-creators, Reducers, Store, Connect, Middlewares, React-Redux (using hooks), Combining Reducers, Redux DevTools, Payload, mapStateToProps, mapDispatchToProps, Async actions
This is a follow up repo of the **[Redux Tutorial](https://github.com/AndrasE/Redux-tutorial)**.