+ 1
what is different between JavaScript and React Js ?
6 Answers
+ 7
Javascript is a language while React is a Javascript framework used to create dynamic web pages. It creates a virtual DOM and lets you break down your UI into components.
Hope it helps :)
+ 6
Virtual DOM combines HTML and JavaScript and renders the elements into a more standard set of components.
+ 3
JavaScript is a programming language used to add functionality to html webpages. React js is a JavaScript library/framework used to do JavaScript better.
+ 2
Hope it helps .
+ 1
Programmer
What is a "virtual DOM"?
+ 1
Programmer
Thanks for the info!