Skip to content

Routing customization #11

Description

@acamarata

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions