Y
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
quonn
2649 days ago
The reducer persists the state in the store, the selector projects the store.
link
HenrikJoreteg
2649 days ago
Another way to put it selectors are a particular view of the data that's in the store.
link