项目作者: sorabh2008
项目描述 :
Demp app - to learn React with redux
高级语言: JavaScript
项目地址: git://github.com/sorabh2008/my-first-react-app.git
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