Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components are currently accessing store state without using a selector/filter #126

Open
TheAznShumai opened this issue Jan 10, 2018 · 0 comments

Comments

@TheAznShumai
Copy link
Contributor

screen shot 2018-01-10 at 2 42 35 pm

We have instances where we are not defining what the component requires to operate. Instead of describing what the components uses, we are pulling all the data magically from the redux storage. The common pattern for this is to write a selector/filter that pulls out the data appropriately like getUser does in the image above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant