DavidHDev / react-haiku

A clean & lightweight collection of React Hooks & Utilities!
https://reacthaiku.dev/
Other
250 stars 54 forks source link

[FEAT] Convert library to TypeScript as a default #28

Closed m10rten closed 1 year ago

m10rten commented 1 year ago

We can easily convert it to TS, should that be done? With the tsup package we can then project it back to js and its variants.

DavidHDev commented 1 year ago

I really wouldn't want to complicate it with any packages, it should be 100% converted TS to keep it clean/depencency-free

m10rten commented 1 year ago

Ill take this, can't assign on mobile.

m10rten commented 1 year ago

Issued in #45

DavidHDev commented 1 year ago

Looks great, thanks!