qri-io / 2017-frontend

qri electron & web frontend
https://qri.io
MIT License
23 stars 7 forks source link

Add React Storybook for isolated debugging & roadmapping #455

Open ramfox opened 5 years ago

ramfox commented 5 years ago

add stories for our chrome components:

b5 commented 5 years ago

I'm hijacking this issue to plan our Store Weโ€™re going to be overhauling our UI & UX in the coming months, and we really want to get something like storybook in place before we start code work. This would give us an environment to experiment with & extend components & a place to iterate on different flows.

I'd like to structure this as a collaborative project that spreads across a few PRs, starting with one bigger PR that introduces a storybook to our codebase with a simple story around our existing Button component.

After that PR the next step would be to turn our Stylesheet component into story, and remove the Stylesheet component. Those two PRs should be enough to close this issue, we can make others for stories we'd like to see created once we better understand "story writing".

@ramfox feel free to chime in with your notes if you have any

PR1: Steps to complete:

PR2:

@jlwaugh you'd mentioned interest in kicking this project off. We'd be happy to have you take point on PR 1 & 2 if you're up for it, then others can pile on with additional stories ๐Ÿ˜„.