Book Image

Mastering Meteor: Powerful Reactive Applications with Full-Stack JavaScript [Video]

By : George Mcknight
Book Image

Mastering Meteor: Powerful Reactive Applications with Full-Stack JavaScript [Video]

By: George Mcknight

Overview of this book

<p>Meteor is a powerful platform that enables end-to-end, client and server-side web application development entirely in JavaScript. It enters as an alternative to popular full-stack options such as MEAN and offers developers the opportunity to vastly simplify development concerns while building applications on the run. Meteor's reactive approach to development makes good to create real-time applications with, and the platform provides an excellent option for deployment to mobile.</p> <p>This course gets right under the hood of the Meteor platform, demonstrating how to take advantage of its powerful development engine to build exciting, versatile applications.</p> <p>We start by carefully designing an application structure, building a single page layout with multipage routing, and adding authentication. We’ll expose database data, and then look at how to work with subscriptions and queries. Then, we dive into the options for templating, with a look at dynamic Blaze templates and the Spacebars templating language. You’ll learn event handling and then test our application using Cucumber and Jasmine. After that, we deploy our application locally on the Meteor server, and then to Amazon to set it up for frequent updates and hot code deployment. Finally, you’ll learn how to work with third-party integrations, and set up REST endpoints to interact with other external services such as PayPal.</p> <p>This course will help you to work at your own pace while mastering the patterns used to define all of the critical pieces of a web application.</p> <h1>Style and Approach</h1> <p>This course takes a "learning by example" approach, demonstrating how Meteor works in-depth by building an application during runtime. By the end of this video course, you will possess a deep knowledge of how Meteor works and how you can use it to develop powerfully dynamic, reactive applications.</p>
Table of Contents (12 chapters)
Chapter 6
Templates and Spacebars
Content Locked
Section 1
Template Expressions
Adding dynamic variables in a template requires a handlebars type language. - Cover the available template expressions for variable replacement - Cover the template expressions for conditions - Cover the template expressions for looping through an array