Replies: 1 comment
-
@norcino did your team end up going through with it? i'm considering adopting storybook in a similar manner for our frontend app (outside of our internal component library) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I been using storybook successfully for a few months now, it is principally used to render, document and test a component library I started setting up last November.
Personally, beside the initial troubles and effort needed to set everything up as I needed, I actually have no problem with it, I am still getting familiar with the "mocking" of the dependencies but beside that I feel comfortable using storybook.
I would like to know if you use storybook also for applications where components are not meant to be reused, where you have bespoke pages where you implement your website.
If you do use it can you advice if there is any pitfall to avoid, or any other recommendation to follow?
From a RoI point of view, do you think it is worth the creation of stories for specific web app?
In my view, the way I setup storybook, the usage in all web apps would be a good practice, but pretty much all people I came across with experience or an idea about storybook, they would have used only for component libraries.
The benefits I have identified are:
The cost of the adoption would be related to:
I look forward to read about your experience and opinion.
Beta Was this translation helpful? Give feedback.
All reactions