Skip to content

rc-chandan/react-redux-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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