podefr/react-debounce-render

Typescript support

kishaningithub opened this issue · 4 comments

I use typescript for react projects. If this project can be added to DefinitelyTyped we can

npm install @types/react-debounce-render

and use this awesome package in typescript projects.

Hi Kishan, this is a great idea. Would you be able to create a PR on the DefinitelyTyped repository? I'm happy to provide you with the support you need

Thanks!
Olivier

@podefr I've written the typescript version of it. Since this package is small enough, shall I directly publish a typescript lib of it ? (rather than @types) I'm a totally new hand about those stuff and it's worth a try for me I guess.
Update: done: react-debounce-rendering

Hi, sorry for the late reply. Thanks for rolling out a typescript version. I think I'd rather avoid the complexity of maintaining/deploying a pure typescript version of this lib and would rather have a definitelyTyped library if that works for you.

typescript was added as of Jan 29 2022 with version 8.0.1