As with any web application, creating multi-page sites requires a specialized set of tools. In this article, we’ll take a look at developing a library that not only can differentiate between the different URIs, but one that takes advantage of Meteor’s core features.
Intended Library Features
Whenever Gabriel Manricks has to develop a specific and focused library like this, he likes to start with the outcome of, how does he want this to work?
So, we can begin by writing down some of the features that we’d like it to have:
- The ability to load different pages according to the URI
- Reading parameters from the URI (placeholders)
- Keeping the pages dynamic as per the Meteor standard
Comments
Be the first to write a comment
You must me logged in to write a comment.