User Interfaces

General tips for structuring your UI code, independent of your view rendering technology.

View layers

Meteor supports many view layers.

The most popular are:

If you are starting with web development we recommend that you use Blaze as it’s very simple to learn.

Now if you are an advanced developer or already have a view layer library that you prefer Meteor is not going to get in your way. Just go ahead with your preferred one.

Each view layer library has trade-offs. Check the official page of each one to understand more or try all of them yourself with Meteor.

As Meteor simplifies a lot the set up of new apps you can try them all in a short time, follow our tutorials for a step-by-step guide.

Edit on GitHub
// search box