InterviewSolution
| 1. |
What Is Reactjs? |
|
Answer» REACT is an open source JavaScript front end UI library developed by Facebook for creating interactive, stateful & reusable UI components for web and MOBILE app. It is used by Facebook, Instagram and many more web apps. ReactJS is used for HANDLING view layer for web and mobile applications. One of React’s unique major points is that it perform not only on the client side, but also can be rendered on server side, and they can WORK together inter-operably. React is an open source JavaScript front end UI library developed by Facebook for creating interactive, stateful & reusable UI components for web and mobile app. It is used by Facebook, Instagram and many more web apps. ReactJS is used for handling view layer for web and mobile applications. One of React’s unique major points is that it perform not only on the client side, but also can be rendered on server side, and they can work together inter-operably. |
|