Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

AndrasE/redux-tutorial

Repository files navigation

Basic concepts using Redux

Hello there 👋

Following a YT Redux Tutorial went through some of the basics to start on Redux without any UI.

Included a pdf with my notes from the classes: justsomeRedux.

Subjects: Basic principles, Actions, Action-creators, Reducers, Multiple Reducers, Combining Reducers, Middleware, Async actions, Async action creators

This repo served as a fundation for the React-Redux Tutorial.