-
Notifications
You must be signed in to change notification settings - Fork 433
Add option to turn off SSR(Server Side Rendering) #202
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
Comments
Also maybe disable SSR for development? We just did that yesterday. |
Hi, could you share your code please? And BTW: How do you bundle CSS and include it in HTML master page when you turn off SSR? |
This would be a nice idea actually, make it a little easier for people to Opt-in/out of it. I think by default it might almost be easier to have it Off, as I don't think most apps need the benefits of SSRendering. Let me see what I can come up with! Good idea @skorunka |
Especially since things like Material 2 don't support it (at this point) - I've turned mine off 👍 . |
@TimHarker When you turn off SSR, how do you bundle CSS and insert it into page? I had to do this: #161 (comment) |
@TimHarker Could please kindly share how you totally disabled SSR and cleaned both your Angular and .NET server code? Thanks! |
You can just comment out the code in HomeController, make it do nothing but |
@MarkPieszak Thank you Mark! |
@vicver82 this issue good to close? |
Yes, thank you. |
Yeah we can close it for now, eventually we can work on some type of flag that handles turning it on/off for us. |
Add an option to turn off rather than force user to delete/comment things.
The text was updated successfully, but these errors were encountered: