ts-react-toolbox icon indicating copy to clipboard operation
ts-react-toolbox copied to clipboard

Add storybook

Open theKashey opened this issue 6 years ago • 2 comments

More about add generator for a custom webpack build for storybook

theKashey avatar Jun 25 '19 22:06 theKashey

Can you elaborate? I like the current approach which just spins a static page with dev server. I find storybook overkilling

zzarcon avatar Jun 26 '19 00:06 zzarcon

I like yarn dev, but it's really hard to have more than one example, or, to be more concrete - a bunch of smaller and simpler examples. I was usually changing that one example, and some edge cases and features, as a result, were not tested. That's not good, while storybook encourages you to create a small and sound implementation of different ways your thing could work.

50% of my ts-react-toolbox usages are not React, and not even UI.

theKashey avatar Jun 26 '19 01:06 theKashey