Skip to content

Learing React with the help of 'Chai Aur Code' YouTube channel . Repository contains annotated code, facilitating deep understanding. Focus includes React.js, React DOM, and Redux concepts.

Notifications You must be signed in to change notification settings

ak1143/React_with_notes

Repository files navigation

Learn React_with_notes

The official documention of React is on https://react.dev/

There are two ways to create or start a new project .

  • first way is with frameworks

    • create app next.js as npx create-next-app@latest,

    • create app remix as npx create-remix,

    • create app Gatesby as npx 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 any Node.js or serverless hosting, or to your own server. Next.js also supports static export which doesn’t require a server.

  • Second way is without frameworks

    • By using vite or parcel these are the Bundlers bundlers are those who combines the all js files in single file.

About

Learing React with the help of 'Chai Aur Code' YouTube channel . Repository contains annotated code, facilitating deep understanding. Focus includes React.js, React DOM, and Redux concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published