## Notes
React is a JavaScript library created by Facebook for building user interfaces, mostly single-page applications. It allows developers to create reusable components that manage their own state.
Key benefits include:
- Shadow DOM for efficient UI updates
- Component-based architecture for modular code
- Declarative UI for more readable code
- One-way data binding for predictable data flow
## Referencias
- [[ReactJS Study MOC]]