项目作者: sorabh2008

项目描述 :
Demp app - to learn React with redux
高级语言: JavaScript
项目地址: git://github.com/sorabh2008/my-first-react-app.git
创建时间: 2018-05-02T12:33:28Z
项目社区:https://github.com/sorabh2008/my-first-react-app

开源协议:

下载


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:

  1. npm install
  2. npm start

Lifecycle Events (Hooks)

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