React JS Overview
React Js is Javascript library created by Facebook to build UI components. React uses Babel that converts JSX into Javascript. JSX is a Javascript XML that is like extension to Javascript. React gives benefit of learn once and write anywhere feature with that you can develop new feature without writing existing code. A react application is made of so many components where each component is responsible for rendering a small, reusable piece of HTML.
Features Of React JS
- Efficient & Flexible JS To Build Rich UI
- One way Data Binding
- Simple and Efficient
- Virtual DOM