DEV Community

Discussion on: Let's try React without Node.js

Collapse
 
luispa profile image
LuisPa • Edited

Ok,

React === ReactJS === React.js

React !== React Native: medium.com/@alexmngn/from-reactjs-...

Relationship between V8 and Node: stackoverflow.com/questions/426161...

This post is an example to how to “try React without Node” as a middleware to parse the jsx code to render it as a common JavaScript.

Most of the tools to start with React requires Node to start. Like, create-react-app, next.js, Gatsby, etc. This is a simple, basic and fast way to read and understand how React is just a way to write web apps. :)

Collapse
 
liudasstonys profile image
Liudas Stonys

WOW! Thank you very much, sir, for clearing my confusion! <3 Respect! :)

Thread Thread
 
luispa profile image
LuisPa

You’re welcome, Liudas!