Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaywood committed Sep 14, 2024
2 parents a54874c + 2f7fe42 commit 89567db
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 89567db

Please sign in to comment.