-
Notifications
You must be signed in to change notification settings - Fork 55
Storybook 6.x
Jean-Michel FRANCOIS edited this page May 28, 2021
·
1 revision
- We are using storybook 5.x with a deprecated story format.
- We use multiple deprecated storybook addons (i18next, ...)
- Storybook 5 give us lots of security issues.
- Our storybook is unusable under firefox
- We don t use storybook to detect regression
Storybook 6 migration guide Component Story Format
We have two main options:
- remove storybook to build a simple kitchen sink
- rewrite and upgrade all stories to ugprade storybook
Discuss pros & cons