AndrasE / React-redux-tutorial

React-redux basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React-redux basics


Languages

Language:JavaScript 78.2%Language:HTML 14.2%Language:CSS 7.6%