| React & Redux code (javascript) |
| 1 | react |
| 2 | class Foo extends React.Component |
| 3 | constructor |
| 4 | this.props. |
| 5 | this.state. |
| 6 | defaultProps |
| 7 | shouldComponentUpdate |
| 8 | componentWillMount |
| 9 | componentDidMount |
| 10 | componentWillReceiveProps |
| 11 | componentWillUpdate |
| 12 | componentDidUpdate |
| 13 | componentWillUnmount |
| 14 | onClick |
| 15 | handleClick |
| 16 | className |
| 17 | render |
| 18 | redux |
| 19 | mapStateToProps |
| 20 | ActionTypes |
| 21 | actions |
| 22 | reducers |
| 23 | import |
| 24 | require |
| 25 | export default |
| 26 | null |
| 27 | number |
| 28 | string |
| 29 | Object |
| 30 | length |
| 31 | const |
| 32 | let |
| 33 | length |
Комментарии