reactuse
reactuse copied to clipboard
[HOOK] useSorting
useSorting hook provides a simple way of sorting big chunks of data by key and direction. Example: https://www.prismane.io/docs/hooks/state-management/use-sorting#overview
@virus231 Hi, thanks for your interest in our library.
I looked at implementations elsewhere and found very little on this topic.
It seems the hook you posted is too specific, and doing something similar in https://v9-8-1.vueuse.org/core/usesorted/ in React doesn't make sense. I'd like to have a hook that allows sorting of any nested elements, which is literally Array.sort, which users can then wrap in useMemo if needed.
What do you think ?