The concept of Meteor should allow that everything is dynamic and no page refreshes should ever be needed unless a hot code push is done, everything should be loaded via sockets or pulled on a click and replaced in the DOM. But we will use routes to update the URL in the browser depending on where people are and allowing people to come in to a site from a direct link to something in it. This will have standard behavior but we will want to allow customization of this.
Such as:
site.com/name-of-post
site.com/2012/name-of-post
etc...
The more dynamic the better but should still be straightforward.
The concept of Meteor should allow that everything is dynamic and no page refreshes should ever be needed unless a hot code push is done, everything should be loaded via sockets or pulled on a click and replaced in the DOM. But we will use routes to update the URL in the browser depending on where people are and allowing people to come in to a site from a direct link to something in it. This will have standard behavior but we will want to allow customization of this.
Such as:
site.com/name-of-post
site.com/2012/name-of-post
etc...
The more dynamic the better but should still be straightforward.