React overview, SPA basics, and why React is used
React is a declarative UI library for building component-based single-page applications and interactive interfaces.
- React focuses on UI composition
- Often used for SPAs
- Helps manage complex interactive state and rendering
React overview, SPA basics, and why React is used