jcoreio / crater

Meteor/Webpack/React SSR app skeleton that runs your app code outside of Meteor Isobuild
ISC License
82 stars 10 forks source link

create flag to turn of full SSR in production #62

Closed jedwards1211 closed 7 years ago

jedwards1211 commented 7 years ago

In #61 @darkadept asked how to turn off SSR (i.e. only render the basic <html> shell and do everything else on the client). It's not completely trivial, so I'll be making a PR in a moment

jedwards1211 commented 7 years ago

@darkadept okay, now there's a section in the README about turning off SSR in production. Thanks for bringing this up!

darkadept commented 7 years ago

Awesome, thanks! I understand the reasons why SSR is useful, but if you're creating an app for a smaller user base and use many 3rd-party packages that don't support SSR this will be wonderful.