npm instal
npm start
- 增加备忘录 TodoList 组件
import TodoList from './TodiList/TodoList';
- 增加答题区域 AnswerArea 组件
import AnswerArea from './AnswerArea/index';
- componentWillMount( )
在组件即将被挂载(第一次渲染页面)到页面的时刻自动执行
- componentDidMount( )
组件被挂载到页面之后, 自动被执行
- 使用lodsh
import _ from 'lodash'
- 使用classnames
import CX from 'classnames' ;
- 使用redux
import { createStore } from 'redux';