From 2f7fe428094a21b6f3aeabfda9b6933b3c7dfe82 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Sat, 14 Sep 2024 01:48:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Add=20link=20to=20our=20RSC=20pa?= =?UTF-8?q?ge=20in=20the=20v8=20upgrade=20guide=20(#77)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/content/upgrades/v8/highlights.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/content/upgrades/v8/highlights.mdx b/web/src/content/upgrades/v8/highlights.mdx index 09ce42d..9cd33f8 100644 --- a/web/src/content/upgrades/v8/highlights.mdx +++ b/web/src/content/upgrades/v8/highlights.mdx @@ -12,7 +12,11 @@ yarn rw experimental setup-streaming-ssr -f # Setup SSR yarn rw experimental setup-rsc # Setup RSC ``` -⚠️ _NOTE: Make sure that you're running node v20.17.0 or greater and yarn v4.1.1 or greater. If you need help getting set up or upgrading, you can refer to our documentation on using [nvm](https://docs.redwoodjs.com/docs/how-to/using-nvm) and [yarn](https://docs.redwoodjs.com/docs/how-to/using-yarn)._ +👷🏾 _Heads up! Make sure that you're running node v20.17.0 or greater and yarn v4.1.1 or greater. If you need help getting set up or upgrading, you can refer to our documentation on using [nvm](https://docs.redwoodjs.com/docs/how-to/using-nvm) and [yarn](https://docs.redwoodjs.com/docs/how-to/using-yarn)._ + +> +> ⚠️ NOTE: If you just want to try our work-in-progress RSC implementation, the recommended way to get started is to head over to our [React Server Components page](https://redwoodjs.com/server-components) and follow the instructions there. +> ## Storybook using vite Our Storybook setup now uses Vite instead of Webpack which has now been removed. This means your storybook setup will be faster and more consistent with your underlying Redwood app.