Start with the core ideas behind React: components, props, and state.
What is React?
A JavaScript library for building user interfaces.
Components & Props
Build your UI from small, reusable pieces driven by inputs.
State & useState
Give components memory so they can react to user interactions.