/react-redux-training

react redux training todo list app

Primary LanguageJavaScript

React-Redux Training, Todo app

This React app demonstrate the following concepts

React concepts:

  1. Stateless functional components
  2. Class components
  3. Where to use internal state in React Redux application
  4. State vs Props

Redux Concepts

  1. Use of redux in react app
  2. Provider, connect, mapStateToProps, mapDispatchToProps,
  3. Usage of selector functions

Usage Instructions:

  1. npm install or yarn install
  2. npm start or yarn start