You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate a switch to Histoire as a replacement for Storybook. As a Vite/Vue-native package it seems to fit pretty well with our usecase, and solve some pain points from Storybook, such as args declaration or the ability to have local reactive variables.
Acceptance criteria
Set up a POC with Histoire, converting our most intricate component, the button, to it
Decide whether it is a better approach than Storybook
If so, convert all remaining stories to Histoire
Update deploy script
The text was updated successfully, but these errors were encountered:
With the upgrade to Storybook v7 in #61 most issues we had with Storybook are solved. Histoire still seems like a good option in the future since the stories are just native Vue instead of compiled strings, but the downsides feel too much at the moment, primarily:
Very bad automatic recognition of props, only boolean props render a proper control by default (a checkbox)
Lots of markup needed for a radio group for example
Investigate a switch to Histoire as a replacement for Storybook. As a Vite/Vue-native package it seems to fit pretty well with our usecase, and solve some pain points from Storybook, such as args declaration or the ability to have local reactive variables.
Acceptance criteria
The text was updated successfully, but these errors were encountered: