aribouius / jsonapi-react

A minimal JSON:API client and React hooks for fetching, updating, and caching remote data.
MIT License
149 stars 28 forks source link

question: Typescript support #13

Closed rchavik closed 3 years ago

rchavik commented 4 years ago

Is there plan to officially support typescript?

aribouius commented 4 years ago

Hi @rchavik, I'm not a typescript user myself, but certainly wouldn't be opposed to supporting it. It's unfortunately not something I have bandwidth to tackle at the moment, but PR's are welcome :)

rchavik commented 4 years ago

I will try.

Thanks

timothyjoh commented 4 years ago

Any luck so far @rchavik ?

rchavik commented 4 years ago

Sorry, no.

nlap commented 4 years ago

I had a chance to add types in #20 - feedback welcome!

aribouius commented 3 years ago

Types have been added via https://github.com/aribouius/jsonapi-react/pull/20