+ 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.
2 odpowiedzi
+ 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 👍🔥
+ 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