What is ReactJS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is ReactJS?

can anyone tell me in detail please

17th Mar 2017, 6:53 AM
aaiem_raman
aaiem_raman - avatar
1 Answer
+ 5
React is front end library developed by Facebook. ReactJS allows us to create reusable UI components. React uses virtual DOM which is JavaScript object. This improves apps performance since JavaScript virtual DOM is faster than the regular DOM. React can be used on client and server side. Unlike Angular React can be used with other frameworks as it is a library not a framework. I recommend you to to there website directly and read about it. https://facebook.github.io/react/ It is quite easy if you understand the component building approach.
17th Mar 2017, 7:08 AM
Shashank Bisht
Shashank Bisht - avatar