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:

  1. Hold
  2. Manage
  3. Change their own state.

But if the state within ...