Storybook for React & Rsbuild is a framework that makes it easy to develop and test UI components in isolation for React applications built with Rsbuild.
Use with React in a existing Rsbuild project.
To use React with Storybook, you need to install the storybook-react-rsbuild
package.
.storybook/main.ts
You're all set now. You could also check out the example in sandboxes/react-18 and use all other features listed in Storybook site.