Although I don't use react-data-sort that often anymore, it's nice to see that it has 25 stars and is used in 64 repo's. I would like to work on a v2 to blow some new life into it.
Possible new features:
- Start using https://github.com/jaredpalmer/tsdx instead of plain rollup
- Rewrite to hooks
- Create a
useDataSort hook
- Maybe deprecate
render prop and only use function as a child pattern? (Formik did that)
- Move to github actions
- Change release strategy and move to Github releases
Although I don't use react-data-sort that often anymore, it's nice to see that it has 25 stars and is used in 64 repo's. I would like to work on a v2 to blow some new life into it.
Possible new features:
useDataSorthookrenderprop and only use function as a child pattern? (Formik did that)