Skip to content

sorabh2008/my-first-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Purpose of the app:

  • Learn React with redux.
  • Design basic React based renderer.
  • Use Next for routing.
  • Use Now for cloud deployment.

Launch code:

npm install
npm start

Lifecycle Events (Hooks)

  • componentWillMount
  • componentDidMount
  • componentWillReceiveProps (newProps)
  • shouldComponentUpdate (newProps, newState)
  • componentWillUpdate (newProps, newState)
  • componentDidUpdate

About

Demp app - to learn React with redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages