The official documention of React is on
https://react.dev/
There are two ways to create or start a new project .
-
-
create app
next.jsasnpx create-next-app@latest, -
create app
remixasnpx create-remix, -
create app
Gatesbyasnpx create-gatsby, -
for deployment of react project:-
Next.js (App Router)Next.js’s App Router is a redesign of the Next.js APIs aiming to fulfill the React team’s full-stack architecture vision. It lets you fetch data in asynchronous components that run on the server or even during the build.
Next.js is maintained by
Vercel. You can deploy a Next.js app to anyNode.js or serverless hosting, or to yourown server. Next.js also supportsstatic exportwhich doesn’t require a server.
-
-
- By using
viteorparcelthese are theBundlersbundlers are those who combines the all js files in single file.
- By using