Hacker News new | ask | show | jobs
by Volrath89 2649 days ago
What would be the difference (if any) from the selector concept presented in the article vs the reducer pattern in redux?
1 comments

The reducer persists the state in the store, the selector projects the store.
Another way to put it selectors are a particular view of the data that's in the store.