react-data-sort
react-data-sort copied to clipboard
v2
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
useDataSorthook - Maybe deprecate
renderprop and only use function as a child pattern? (Formik did that) - Move to github actions
- Change release strategy and move to Github releases
Thanks for keeping this going. I found it very useful for a site currently in development.
I'd like to suggest a feature to allow for multiple column sorting. For example, given a data set with
Author Name Article Title Year Published
I could sort first on Year Published and then by Article Title so the titles within a given year were sorted.