Skip to content

AndrasE/Redux-tutorial

Repository files navigation

Basic concepts using solely Redux


Hey 👋

Following a tutorial on YT went through some of the basics to start with on Redux without any UI.
This repo served as a fundation of React-Redux Tutorial.
Included a pdf with my notes from the classes. justsomeRedux ✌️

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

React Redux Tutorial by Codevolution

Take care, code safe! 💻

Run 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Start with cloning this repo on your local machine via cli or github-desktop:

$ git clone https://github.com/AndrasE/Redux-tutorial
$ cd PROJECTNAME

To install and set up the library, run:

$ npm install -S myLib

Serving the app:

$ npm start