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

Move CardRow reducer logic to outer component and pass in through partial #5

Open
nogtini opened this issue Jan 9, 2016 · 0 comments

Comments

@nogtini
Copy link

nogtini commented Jan 9, 2016

So as it stands all reducers related to all rows are pulled in and 'switched' based on a props type. This will cause n*n hooking up to the reducer and dynamic recomputing of all CardRows anytime any one of them changes.

We want to associate each CardRow with its appropriate reducer only, such that only it will recompute when its specific reducer is updated, and no other.

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

No branches or pull requests

1 participant