Replies: 2 comments 4 replies
-
The main use case for me is to have the component tests there. If a PR breaks something like a component's focus state, a storybook test can catch it. |
Beta Was this translation helpful? Give feedback.
-
I use it while building components, where I need to test a lot of different data, states and variants for the component. In a lot of cases, the component may be new and not used in any real page yet, the state or data may be hard to simulate in a real world scenario and, if nothing else, the Nuxt dev server is too slow to iterate on the components. Additionally, if we were utilising it to the fullest, I think it's valuable to have a place where we can connect components to Figma and write documentation explaining more about the component, and when, how and why it should be used. |
Beta Was this translation helpful? Give feedback.
-
This is a question for Openverse developers, particularly those of @WordPress/openverse-frontend; do you use our Storybook instance at
just frontend/run storybook
? If yes, please explain your usage in the comments.5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions