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

are bindTo/assignTo problematic with SSR? #46

Closed
advance512 opened this issue Mar 13, 2017 · 2 comments
Closed

are bindTo/assignTo problematic with SSR? #46

advance512 opened this issue Mar 13, 2017 · 2 comments

Comments

@advance512
Copy link

I was using them and enjoying them, but then I read this:

reduxjs/redux#916 (comment)

Is this an issue I will face later on, when I do SSR?

@pauldijou
Copy link
Owner

Yes, it is. You cannot bind / assign when doing SSR.

@advance512
Copy link
Author

That ain't fun.

Potentially, one can create assigned versions (assignTo) per request, I guess. I dislike the pattern of creating dispatch-bound action creators per component.

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

2 participants