What is ReactJS ?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by elciel

    ReactJS is open-source Javascript-based UI library developed by Facebook to create interactive and reusable components. It is light in weight and supports almost all browsers. React js can be used to create single-page applications or developing mobile apps.

Related Questions

Please Login or Register to leave a response.

Related Questions

React Js Interview Questions

List some advantages of ReactJS ?

Advantages of React JsReact.js is extremely efficient: React.js creates its own virtual DOM where your components act..

React Js Interview Questions

What are Components in ReactJS ?

React Components let you split the UI into independent, reusable pieces, and think about each piece in isolation.Concep..

React Js Interview Questions

What is JSX in React Js?

JSX is an XML/HTML-like syntax used by React that extends ECMAScript so that XML/HTML-like text can co-exist with JavaS..