Share
What are the features of React JS?
Question
- React Components.
- Fully supported by Facebook.
- Faster Development.
- Time-Saving.
- One-way Data Binding keeps everything modular and fast.
- JSX is used with React to describe what the User Interface should look like.
- React has many extensions for complete application architecture support.
- Virtual DOM is a lightweight representation of Real DOM.
- Speedy performance as only the changed components are updated.
- A component is essentially a piece of the User Interface. it is like a function that returns HTML elements.
- Allows you to use 3rd party libraries.