Storybook Setup in Mono-Repo: Single or Multiple storybooks? V7 #6879
-
|
Im working on a mono-repo with two apps ( Is it better to have a
Looking for advice on best practices and efficiency. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Storybook guide: https://turbo.build/repo/docs/guides/tools/storybook The only thing I'll discourage is that you do not want to create a Storybook in a UI package. That would make it such that there wouldn't be a clean boundary between your Application Package and Library Package. More here: https://turbo.build/repo/docs/core-concepts/package-types |
Beta Was this translation helpful? Give feedback.
-
|
Personally, i prefer considering storybook as small apps that live close to the package. So, i have a and I find that useful for a dev experience where i want to focus on only one package. |
Beta Was this translation helpful? Give feedback.
Storybook guide: https://turbo.build/repo/docs/guides/tools/storybook
The only thing I'll discourage is that you do not want to create a Storybook in a UI package. That would make it such that there wouldn't be a clean boundary between your Application Package and Library Package. More here: https://turbo.build/repo/docs/core-concepts/package-types