Storybook
React Preview supports the Component Story Format, in particular args
and decorators
.
You can iterate on stories within React Preview. No need to spin up Storybook anymore!
caution
React Preview does not support the legacy storiesOf()
API.
Storybook addons are ignored when running inside React Preview.
If you run into any issues, feel free to open a GitHub issue.