An open API service indexing awesome lists of open source software.

https://github.com/tapascript/nextjs-lazy-load

Lazy Loading in Next.js
https://github.com/tapascript/nextjs-lazy-load

Last synced: 12 months ago
JSON representation

Lazy Loading in Next.js

Awesome Lists containing this project

README

          

# 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](https://github.com/tapascript).

![The App](https://github.com/user-attachments/assets/2846e0c9-3f90-44fa-b3bb-233576fefead)

## 🔥 Use the Demo App

You can access the demo application from here: [https://nextjs-lazy-load.netlify.app/](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](https://www.youtube.com/watch?v=gq9bBZru78Y)

## 🏃🏼 Run the App Locally

- First, install dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```

- Run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

- Open [http://localhost:3000](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](https://github.com/user-attachments/assets/ed2752ba-8ea5-499a-a84e-d702679ac5ce)](https://www.youtube.com/watch?v=VSB2h7mVhPg&list=PLIJrr73KDmRwz_7QUvQ9Az82aDM9I8L_8 "Video Title")