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 prerender #89

Merged
merged 2 commits into from
Oct 4, 2016
Merged

Server side prerender #89

merged 2 commits into from
Oct 4, 2016

Conversation

jmezach
Copy link
Contributor

@jmezach jmezach commented Oct 4, 2016

Added support for server side pre-rendering by checking for the existence of window and not setting any timeouts if its not available, which doesn't make sense for server-side pre-rendering anyway.

Fixes #82

@urish
Copy link
Owner

urish commented Oct 4, 2016

Thanks!

Have you checked whether this actually fixes the issues you had with server side rendering?

@jmezach
Copy link
Contributor Author

jmezach commented Oct 4, 2016

As I mentioned in #82 I ended up just copying the modified files into my applications node_modules folder to test it out. Looks like its working just fine now :).

@urish
Copy link
Owner

urish commented Oct 4, 2016

Perfect, thanks!

@urish urish merged commit 64795ca into urish:master Oct 4, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants