DEV Community

Discussion on: How to create a new react npm package?

Collapse
 
kwaimind profile image
Daniel Reed

You should take a look at tsdx.io/

Sets up everything you need to make npm packages with TS and Jest. Also fixes all of the dist setup for CJS and ESM. I've used it a few times and its brilliant and super east.

Collapse
 
yjdoc2 profile image
YJDoc2

Hey, thanks for the reply!
This seems very cool, and very useful, Thanks for the info, I'll sure try it out 👍 😄