Skip to content

Commit 1771d20

Browse files
committed
update description
1 parent 3aad60f commit 1771d20

File tree

1 file changed

+1
-1
lines changed
  • src/pages/2023-12/next-js-app-router-cache

1 file changed

+1
-1
lines changed

src/pages/2023-12/next-js-app-router-cache/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: "@layouts/BlogPost.astro"
33
title: "Next.js App Router Caching Mechanisms"
44
date: "2023-12-15"
5-
description: "Server components are the new way of writing React applications and it changes everything about React making it easier than ever to create complex applications. This article goes in depth into everything you need to know about server components."
5+
description: "Next.js improves your application's performance and reduces costs by caching rendering work and data requests. This article goes in depth about everything you need to know about Next.js's caching mechanisms."
66
tags: ["Next.js"]
77
---
88

0 commit comments

Comments
 (0)