Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

AndrasE/React-redux-tutorial

Repository files navigation

Basic concepts using React & Redux

Hello there 👋

Followed React Redux 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.

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.