Book Image

Meteor Design Patterns

By : Marcelo Reyna
Book Image

Meteor Design Patterns

By: Marcelo Reyna

Overview of this book

Table of Contents (13 chapters)

Chapter 3. Front-end Patterns

This chapter will cover a useful set of patterns that will speed up your frontend workflow. Meteor makes it easy to build rich frontend experiences, but we have to be careful with the number of computations our interface requires to function. Too many computations will slow down mobile devices. In this chapter, we are going to learn how to keep our computations short, DOM simple, and animations effective. You will learn the following topics:

  • Responsive design

  • Super helpers

  • Variable types

  • Quick forms

  • Loading

  • Animations

  • Search engine optimization