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

Isomorphic/Universal support #76

Open
peleteiro opened this issue Mar 20, 2017 · 3 comments
Open

Isomorphic/Universal support #76

peleteiro opened this issue Mar 20, 2017 · 3 comments

Comments

@peleteiro
Copy link

Is redux-tower suitable for isomorphic application? Does it run on server side?

@kuy
Copy link
Owner

kuy commented Mar 21, 2017

I didn't try Server-Side Rendering, but there is no reason about the tower doesn't work. In fact, the code of library is transpiled by Babel and all test cases are passed in Node.js environment. If you have a chance, please try, let me know the result and feel free to open an issue 😃

@peleteiro
Copy link
Author

It doesn't work. :( We need a function/saga to run a location on router then exit.

@imouto1994
Copy link

redux-tower's approach to store the currently shown component inside the Redux store makes it nearly impossible to support universal rendering.
There's no way for you to serialize the React element during hydration / rehydration phase between server & client.

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

3 participants