January 2016
Intermediate to advanced
116 pages
2h
English
CHAPTER 4
![]()
Reactive Programming and Routes
Now that you are able to handle basic interactions, let’s cover a core concept of Meteor: reactive programming. This technique lets you write your code in a simple declarative style that enables your application to react to changes in the data. In its simplest form, this means you can tell your template to display something, such as a user’s name, and when the data backing the name changes, the template automatically updates. Since this is such an important concept, this chapter will walk you through how to use reactive programming in your application.
Reactive Programming Explained
Reactivity is a
Read now
Unlock full access