An open API service indexing awesome lists of open source software.

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

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)**.