- Getting Started with Meteor.js JavaScript Framework(Second Edition)
- Isaac Strack
- 136字
- 2021-07-16 13:49:10
Chapter 2. Reactive Programming…It's Alive!
As we learned in Chapter 1, Setup and Installation, Meteor operates on a reactive programming model. This means that your templates aren't only concerned with displaying data, but they are also listening for changes to that data so that they can "react" to those changes. These areas of data where the templates look for changes are called reactive contexts.
We will now start developing a Lending Library application, lay the framework for future chapters, and use Meteor's built-in reactive model to track and propagate changes to our application to all clients that are listening.
In this chapter, you will learn about:
- Creating your first real application
- Using reactive programming to track and automatically update changes
- Exploring and testing changes made to your data from multiple browser windows
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- JavaScript前端開發模塊化教程
- Rust Cookbook
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Magento 1.8 Development Cookbook
- Java設計模式及實踐
- Functional Kotlin
- Expert Data Visualization
- Web程序設計:ASP.NET(第2版)
- INSTANT Premium Drupal Themes
- 走近SDN/NFV
- Spring MVC Cookbook
- Splunk Developer's Guide(Second Edition)
- Android Application Programming with OpenCV 3
- Apple Watch極速開發