GithubHelp home page GithubHelp logo

nextjs-practice's Introduction

NextJS Concepts Here:-

Routing Using App Router:-

  1. Routes Using Folder Structure
  2. Nested Routes
  3. Dynamic Routes
  4. Catch All Routes(Segments)
  5. Route Groups
  6. Parallel Routes using Route Slots
  7. Intercepting Routes
  8. Parallel Intercepting Routes

Server Routing Using Route-Handlers

  1. GET Methods using route-handlers route.ts
  2. POST Methods using Route-handlers route.ts
  3. PATCH Methods using Route-handlers route.ts
  4. DELETE Methods using Route-handlers route.ts
  5. PUT Methods using Route-handlers route.ts

File Convention of NextJS

  1. page.tsx
  2. layout.tsx
  3. template.tsx
  4. not-found.tsx
  5. loading.tsx
  6. error.tsx

Server Components Vs Client Components & Component Composition Client Components are once rendered on the Server and then subsequent renders are performed on the client. Server Componetn are rendered on the Server & then the rendered html file is sent to the client where all the interactivity is added which is known as hydration.

CSR Vs SSR

nextjs-practice's People

Contributors

abhishekdevjr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.