Does React and Node are also part of javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Does React and Node are also part of javascript?

The React is known as react.js while in javascript we save the javascript file in .js format So does React is the part of javascript or are they related? Same Question for Node js also.

5th Sep 2020, 3:19 PM
Raj Shivnandan Mishra
Raj Shivnandan Mishra - avatar
2 Answers
+ 6
Raj Shivnandan Mishra See the thing is that both languages can be executed in client and server side. You can execuye React.js code directly in node.js environment. Now The React DOM has components which are mainly designed to work with Nodejs that reduce lines of code, making server-side rendering comparatively easy compare to client side. Hope this helps 👍🔥
5th Sep 2020, 3:26 PM
Piyush
Piyush - avatar
+ 3
React course on SoloLearn https://www.sololearn.com/Course/react/?ref=app Node.js course on SoloLearn https://www.sololearn.com/learn/9660/?ref=app Other React Learning Resource react resource https://www.sololearn.com/Discuss/2261258/?ref=app
5th Sep 2020, 3:52 PM
Gordon
Gordon - avatar