Skip to content
This repository has been archived by the owner on Oct 18, 2024. 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.