You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😃
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.
Is redux-tower suitable for isomorphic application? Does it run on server side?
The text was updated successfully, but these errors were encountered: