DEV Community

Discussion on: Publishing a React Hooks Library using Typescript and TSDX

Collapse
 
petyosi profile image
Petyo Ivanov

Had the same issue while developing react-virtuoso with tsdx. Came up with a very crude hack, described in this issue.

Ultimately, however, I switched to storybook - it lives inside the project directory and works with the same React instance.

Collapse
 
juliang profile image
Julian Garamendy • Edited

Thank you! I can't believe I haven't tried storybook yet.