Node.js is JavaScript runtime environment, it would execute your JavaScript code.
React is a JavaScript library for building user interfaces, so you need to write JavaScript code and run it on node.
You probably need how to write JavaScript code first, then you should learn how to use React as a library, and node will run all of it.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Node.js is JavaScript runtime environment, it would execute your JavaScript code.
React is a JavaScript library for building user interfaces, so you need to write JavaScript code and run it on node.
You probably need how to write JavaScript code first, then you should learn how to use React as a library, and node will run all of it.