React Notes
React Notes
- Developed by Facebook.
- Uses a declarative paradigm that makes it easier to reason about your application and aims to
- Utilizes components as the main building blocks of your application's UI. These components
React's Ecosystem:
- JSX: A syntax extension for JavaScript that allows you to write HTML directly within
JavaScript.
- State & Props: Handle data and how it changes over time.