Skip to content

tapascript/nextjs-lazy-load

Repository files navigation

Next.js Lazy Loading

The source code used in the Next.JS Lazy Loading Tutorial.

Please give the repository a star(⭐) if you liked the work. Also, follow tapaScript on GitHub.

The App

🔥 Use the Demo App

You can access the demo application from here: https://nextjs-lazy-load.netlify.app/

👨‍🏫 Learn About Lazy Loading

Learn about the Lazy Loading in Next.js from this interactive video tutorial: https://www.youtube.com/watch?v=gq9bBZru78Y

🏃🏼 Run the App Locally

  • First, install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  • Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  • Open http://localhost:3000 with your browser to see the result.

📦 Learn Next.js to Build Full-Stack Applications

  • To learn more about Next.js, take a look at the following resources by clicking on the image below:

    Full Stack with Next.js

Releases

No releases published

Sponsor this project

 

Packages

No packages published