---
title: How to lazy load Client Components and libraries
description: "Lazy load imported libraries and React Components to improve your application's overall loading performance."
url: "https://nextjs.org/docs/15/pages/guides/lazy-loading"
version: 15.5.15
lastUpdated: 2025-04-24
prerequisites:
  - "Guides: /docs/15/pages/guides"
---


[Lazy loading](https://developer.mozilla.org/docs/Web/Performance/Lazy_loading) in Next.js helps improve the initial loading performance of an application by decreasing the amount of JavaScript needed to render a route.
---

For an index of all available documentation, see [/docs/15/llms.txt](/docs/15/llms.txt)