Skip to content

AndrasE/React-redux-tutorial

Repository files navigation

Basic concepts using React & Redux


Hey 👋

Following a tutorial on YT went through some of the basics to start with on Redux with React UI.
This is a follow up repo of the Redux Tutorial (stand-alone Redux project)
Included a pdf with my notes from the classes. justsomeReactRedux ✌️

Actions, Action-creators, Reducers, Store, Connect, Middlewares, React-Redux(using hooks), Combining Reducers, Redux DevTools, Payload, mapStateToProps, mapDispatchToProps, Async actions

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/React-redux-tutorial
$ cd PROJECTNAME

To install and set up the library, run:

$ npm install -S myLib

Serving the app:

$ npm start