Reac。tJS

Get Started. It's Free
or sign up with your email address
Reac。tJS by Mind Map: Reac。tJS

1. Component

1.1. ClassComponent

1.1.1. Mounting

1.1.1.1. componentWillMount()

1.1.1.2. Render()

1.1.1.3. componentDidMount()

1.1.2. Updating

1.1.2.1. Props Change ()

1.1.2.1.1. componentWillReceiveProps()

1.1.2.1.2. shouldComponentUpdate()

1.1.2.1.3. componentWillUpdate()

1.1.2.1.4. render()

1.1.2.1.5. componentDidUpdate

1.1.2.2. State Change

1.1.2.2.1. shouldComponentUpdate()

1.1.2.2.2. componentWillUpdate()

1.1.2.2.3. render()

1.1.2.2.4. componentDidUpdate()

1.1.3. Unmouting

1.1.3.1. componentWillUnmount()

1.1.4. Initalization

1.1.4.1. SetProps()

1.1.4.2. setState()

1.2. FunctionalComponent

2. reactreactreacrearer

3. tcaer

4. JSX

4.1. JavaScript extension

4.2. Write HTML in JS file

4.2.1. Using tool HTML to JSX Convert

4.3. supported tags/attributes

4.4. Comment

5. ReactDOM

5.1. render( )

5.1.1. JSX

5.1.2. DOM

6. Props

6.1. propTypes

7. State