-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to community: submit your project for future compatibility testing #732
Comments
Storybook Boilerplate ProjectContains a set of pre-installed common storybook addons, scripts for publishing, deploying and so on |
I have a super simple Yeoman generator for create react components, and it includes a storybook playground by default https://github.com/xDae/generator-create-react-component |
Don't forget Mantra architecture for Meteor and related |
@ndelangen I'm using Storybook but I can't make the project available -- what info can I provide that will be useful? Addons and general config options that I'm using? |
I'm in the process of creating an addon for a storybook we're using internally (hopefully we'll be able to opensource the whole thing soon), but for now I can help with testing the addon part at least. https://github.com/nutgaard/react-storybook-addon-sections |
The major challenge with Storybook for us has been managing stories for a large number of components within a single project. I created an alternative loader for Storybook that uses storybook-chapters to organize stories in a hierarchical navigation tree that mirrors the location of story files in the filesystem. This makes it easy for us to find & organize stories and to develop them inline with our components. https://github.com/hadfieldn/storybook-filepath-chapters |
@vgpena if you could share your .storybook folder's contents that would give us an insight into what addons you're combining together. |
I'm looking for projects using storybook so I can do some analysis on what's being used, and also do some future compatibility testing.
I'm going to work on upgrading/updating to webpack 2, but as you may imagine, this could break a lot of projects. I'd love to be able to do it in a backwards compatible way.
Also for future releases, it'd be great if we could get a feel for what external things may break.
So if you could share your project using storybook, that'd be great! Especially if you're using add-ons, or have configured storybook in an interesting way.
The text was updated successfully, but these errors were encountered: