Skip to content

Commit

Permalink
💬 Add link to our RSC page in the v8 upgrade guide (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Sep 13, 2024
1 parent 5660933 commit 2f7fe42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/src/content/upgrades/v8/highlights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f7fe42

Please sign in to comment.