React
React JS is a free library for making websites
React is like a special helper for JavaScript
React is Developed by Facebook
React is to be fast, scalable, and simple
React allows us to create reusable UI components
React is a JavaScript library for building user interfaces and single page application
Why Node.js in React?
Node.js is used for React primarily to power the development environment and build tools on your computer, not to run the React app in the browser.
Because web browsers cannot directly understand modern React code (like JSX or ES6 modules), Node.js acts as the engine that transforms, bundles, and prepares your code for the web.
COMMENTS FOR REACT PROJECT CREATION:
npm create vite@latest [npm is a node package manager]
|
project name
|
framework selection
|
variant selection
|
it will ask you want to install the npm if you want means click yes otherwise no
|
the project folder is created successfully


Top comments (0)