/redux-tutorial

Redux basics

Primary LanguageJavaScript

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.