React State
Learn about how we store data in React using properties, state, and context.
We'll cover the following
React’s state and properties
React uses three different ways to store information in the application:
- Properties (or “props” for short)
- State
- Context
Get hands-on with 1400+ tech skills courses.