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
Get Introducing Meteor now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.