Skip to content

Commit 9a3c7d9

Browse files
Add Next.js Tag To RSC Article
1 parent e7e12ad commit 9a3c7d9

File tree

1 file changed

+1
-1
lines changed
  • src/pages/2023-11/react-server-components

1 file changed

+1
-1
lines changed

src/pages/2023-11/react-server-components/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "@layouts/BlogPost.astro"
33
title: "React Server Components - A New Paradigm"
44
date: "2023-11-27"
55
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."
6-
tags: ["React"]
6+
tags: ["React", "Next.js"]
77
---
88

99
import Tangent from "@blogComponents/lib/Tangent.astro"

0 commit comments

Comments
 (0)