-
Notifications
You must be signed in to change notification settings - Fork 26
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 #110
Comments
Some questions with server side rendering:
|
I have a general question about SSR in Meteor in combination with BlazeComponents. Let's say I have a shop and want everything to be static (SSR or Caching p.e. thru Ngnix), except the "add-to-shopping-cart"-functionality and "your-last-viewed-products-history"-functionality. How would you approach this as a pro? is this currently possible in Meteor at all? |
Not really sure. I have not looked yet much into server-side rendering. |
I created a topic for discussion on https://forums.meteor.com/t/ssr-rendering-wholepunching/20680 |
Preliminary testing looks pretty promising. Many tests are already passing. It seems that if the author is precise how they define components, things work. So no jQuery changes of DOM, and state local to the component instance, without global state.
This pull request would help that we do not have to copy too much code from the
templating
package: meteor/meteor#5903The text was updated successfully, but these errors were encountered: