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

Server Side Rendering Documentation #635

Open
veeramarni opened this issue Apr 30, 2019 · 2 comments
Open

Server Side Rendering Documentation #635

veeramarni opened this issue Apr 30, 2019 · 2 comments

Comments

@veeramarni
Copy link

Do you want to request a feature or report a bug?

Don't find official documentation on SSR.

What is the current behavior?
It doesn't work on the server side or throws the following warning.

Learn more: https://goo.gl/2GQ7Da
redux-observable | WARNING: this middleware is already associated with a store. createEpicMiddleware should be called for every store.

If the current behavior is a bug, please provide the steps to reproduce and a minimal demo of the problem using JSBin, StackBlitz, or similar.

What is the expected behavior?

Should work SSR.
Which versions of redux-observable, and which browser and OS are affected by this issue? Did this work in previous versions of redux-observable?
1.1.0

@d1ab
Copy link

d1ab commented May 1, 2019

AFAIK this library is still (sadly) not supporting SSR. There is one PR hanging for like almoast a year #539 . This feature allows you to disqinquish when epic has finished it's job, since it's crucial for a SSR.

@aplassen
Copy link

@veeramarni, take a look at the thread on the #539 pull request. SSR is discussed in length.

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