DEV Community

Discussion on: React: how to dynamically sort an array of objects using the dropdown (with React Hooks)

Collapse
 
encryptblockr profile image
encryptblockr

is it possible to have this sort as a component? so one can use on multiple pages? thanks

Thread Thread
 
ramonak profile image
Katsiaryna (Kate) Lupachova

yes, of course, it's totally possible. Just pass initial data and and sort type as a props to this component. The exact implementation depends on your use case.