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

Turn off SSR #15

Closed
GiladShoham opened this issue Dec 25, 2016 · 2 comments
Closed

Turn off SSR #15

GiladShoham opened this issue Dec 25, 2016 · 2 comments

Comments

@GiladShoham
Copy link
Contributor

Hi,
I really like your starter kit and I'm using it for my apps.
But recently I understand that most of the time I don't really need SSR.
(See reference here)
It is work out of the box using the starter kit, but it require more maintenance, and it's time-consuming. (for example, authentication mechanism with SSR are much harder)
Also, for example, using a library such as highchairs which need the window, and require a lot of effort to somehow support SSR.

I'm wondering is there a way to turn off / comment everything related to SSR?

Thanks a lot!
Gilad.

@larixer
Copy link
Member

larixer commented Dec 28, 2016

Per your request, I've added configurable SSR support:
b60c7e6

To turn off SSR please set package.json ssr field to false

@GiladShoham
Copy link
Contributor Author

That's awesome!
Thanks!

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