From 4f1bf823c8e6a7aa94bac5708cd4d352dce717e5 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Thu, 7 Sep 2023 16:55:01 +0200 Subject: [PATCH] Adds React Server Components (#7) --- index.bs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.bs b/index.bs index 2abc011..37e5f02 100644 --- a/index.bs +++ b/index.bs @@ -154,6 +154,17 @@ Website: [https://bun.sh/](https://bun.sh/) Repository: [https://github.com/oven-sh/bun](https://github.com/oven-sh/bun) +## React - Server Components ## {#react-server} + +Used by React Server Components. + +Key: `react-server` + +Website: [https://react.dev/](https://react.dev/) + +Repository: [https://github.com/facebook/react](https://github.com/facebook/react) + + ## Vercel - Edge Light ## {#edge-light} Developing, testing, and defining the runtime Web APIs for Edge infrastructure.