DEV Community

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

Collapse
 
devtech8 profile image
Mark Godfrey

Great article, but couple of questions.

Why did you use awesome-typescript-loader instead of justts-loader? Digging myself and using the most recent versions of webpack, react, storybook, etc..., it won't run even with you source, but whereas if I load ts-loader, it is just fine.

Also, cpx is fairly dated and doesn't seem to support recent updates. Was that the case when this tutorial was put together?

And lastly, would you see any benefit to have jsx and tsx stories or just one or the other?