- 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
推薦閱讀
- Java異步編程實戰
- Oracle Database In-Memory(架構與實踐)
- Android Development with Kotlin
- SAS數據統計分析與編程實踐
- Kinect for Windows SDK Programming Guide
- Unity Game Development Scripting
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- 智能手機APP UI設計與應用任務教程
- 深度學習原理與PyTorch實戰(第2版)
- 愛上C語言:C KISS
- HTML5/CSS3/JavaScript技術大全
- 3ds Max瘋狂設計學院
- Learning RxJava
- TensorFlow+Keras深度學習算法原理與編程實戰
- Introduction to Programming