Skip to content
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

Closed
ndelangen opened this issue Mar 28, 2017 · 10 comments
Closed

Comments

@ndelangen
Copy link
Member

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.

@usulpro
Copy link
Member

usulpro commented Mar 29, 2017

Storybook Boilerplate Project

Contains a set of pre-installed common storybook addons, scripts for publishing, deploying and so on

@xDae
Copy link
Member

xDae commented Mar 29, 2017

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

@StorytellerCZ
Copy link

StorytellerCZ commented Mar 29, 2017

Don't forget Mantra architecture for Meteor and related mantra-cli which gives an option to generate with storybooks.

https://www.npmjs.com/package/mantra-cli

@vgpena
Copy link

vgpena commented Mar 29, 2017

@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?

@nutgaard
Copy link
Contributor

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

@hadfieldn
Copy link

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

@jrhicks
Copy link

jrhicks commented Mar 30, 2017

https://github.com/mashmatrix/react-lightning-design-system

@ndelangen
Copy link
Member Author

ndelangen commented May 10, 2017

@jrhicks Thanks, your code helped me find and fix a bug!

I've tested your project on this branch: #1008 and it works as far as I can tell!

@ndelangen
Copy link
Member Author

@vgpena if you could share your .storybook folder's contents that would give us an insight into what addons you're combining together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants