TypeScript habit: When trying a new library, TS slows down experimentation


TypeScript habit: When trying a new library, TS slows down experimentation.

So I use plain JS in @codesandbox and try it out. If it meets my needs, then I convert the code to TypeScript as a final step.

This avoids wasting time fighting typing issues on a lib I'm just trying.

View original on X