reduxjs / reselect

Selector library for Redux
MIT License
19.03k stars 672 forks source link

More Reselect addons to investigate #643

Open markerikson opened 9 months ago

markerikson commented 9 months ago
aryaemami59 commented 9 months ago

I like the pattern that reselect-map uses, having a selector creator specialized to deal with a specific data type (createArraySelector, createObjectSelector, etc).