Based on th diagram,
Render
will happen first.
The first thing to happen in the react life cycle is Mounting.
Constructor, Render, React Updates, componentDidMount, componentWillUnmount
ComponentDidMount is a method that is called as soon as a component is mounted.
Anthing we want to initialize our compnents to or what we want our component to render like.
Props pass into a component and are handled outside and state is handled inside the component
We should re-render everytime there is a change in th State of a Component.
Status of a current and past, error messages, counters and userinput.
Docs - State and Lifecycle
Docs - handling events
Tutorial through ‘Developer Tools’
Bootstrap Documentation
Cheatsheet
Shuffle - a class “sandbox”
Netlify
<> </>
is called fragment