+ 1

what is different between JavaScript and React Js ?

17th Nov 2020, 3:12 AM
Dharmesh shukla
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 :)
17th Nov 2020, 3:47 AM
Locus
Locus - avatar
+ 6
Virtual DOM combines HTML and JavaScript and renders the elements into a more standard set of components.
14th Jan 2021, 5:55 PM
Locus
Locus - avatar
+ 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.
17th Nov 2020, 4:24 AM
John Thomas Jomy
John Thomas Jomy - avatar
+ 2
Hope it helps .
17th Nov 2020, 4:24 AM
John Thomas Jomy
John Thomas Jomy - avatar
+ 1
Programmer What is a "virtual DOM"?
14th Jan 2021, 3:53 PM
Raul Sanchez
Raul Sanchez - avatar
+ 1
Programmer Thanks for the info!
14th Jan 2021, 8:48 PM
Raul Sanchez
Raul Sanchez - avatar