react-vt icon indicating copy to clipboard operation
react-vt copied to clipboard

Storybook Integration?

Open jasonphillips opened this issue 8 years ago • 0 comments

I'm interested in possibilities for integration with Storybook, mainly because the latter helps to easily isolate just one component or tree of components from the larger app / routing / page context, so creating tests at that level would avoid most of the broader difficulties of putting this tool in place in an app that otherwise has a significant number of complicating factors like routing, relay, etc at the top level.

How possible would that be? Could each component tree rendered in a story() potentially be wrapped with react-vt and still have the Chrome extensions discover / operate on that segment?

jasonphillips avatar Sep 14 '17 13:09 jasonphillips