React Basics - Interview Notes
React Basics - Interview Notes
One. What is React?
React is a JavaScript library used to build user interfaces, especially single-page applications.
It allows developers to create reusable UI components and efficiently update the UI when data changes.
Key Features
Key Features
· Component-based architecture
· Virtual DOM for efficient updates
· Declarative UI
· Reusable components
· Large ecosystem