DEV Community

Discussion on: Quick Guide to setup your React + Typescript Storybook Design System

Collapse
 
nickytonline profile image
Nick Taylor • Edited

We use TypeScript, React and Styled Components at work with Storybook. It's such a great project for building UI components.

Two things I wasn't aware of before reading your article, . addWithJSX (...) and react-docgen-typescript-webpack-plugin which led me to react-docgen. react-docgen is going to come in handy on a non-TS project.

Also in regards to the barrel pattern, there was an interesting discussion on Twitter about it this week.

Thanks for sharing Shawn. 🔥💯