Creating a Multi-Page Site with Meteor

Build a basic router library, while still giving it a Meteor twist

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

Lubov Cholakova

Lubov CholakovaLubov has been with DMXzone for 8 years now, contributing to the Content and Sales departments. She is bringing high quality content in the form of daily blog updates, reviews, tutorials, news, newsletters,update emails and extensions' manuals. If you have a product that needs publicity or any other questions about the entire DMXzone community, she is the one you can contact.

See All Postings From Lubov Cholakova >>

Comments

Be the first to write a comment

You must me logged in to write a comment.