reselect
reselect copied to clipboard
Rewrite the readme to show "Modern Redux" patterns and practices
Per #355 , the README now at least uses selectX as the naming convention, but all the examples are still based on connect and "hand-written legacy Redux" patterns.
We need to rewrite those to show use of function components, Redux Toolkit, and useSelector instead, as well as the advice in the new Deriving Data with Selectors docs page.
Partly done-ish, but could use some more updates.