react-base-table
react-base-table copied to clipboard
feat: Typescript porting
- Port source code to typescript
@kohakukun @nihgwu it'd be so great to get ts integration merged! 😍 How can I help?
pfff… I did forked this branch, make everything works locally with tsdx and realized that this repo already have a typescript version in the v2
branch…
For the ref: https://github.com/Autodesk/react-base-table/pull/93
BTW, very nice lib 👌
Edit: Regarding the diff between v2
and this branch, this branch actually have a better usage of TS (generics instead of any
) so I will definitely iterate on this branch instead of v2
😃