Introduction
Get introduced to state and lifecycle methods in React.
We'll cover the following...
We will look at state and lifecycle methods briefly.
State
Components can:
- Hold
- Manage
- Change their own state.
But if the state within ...