- 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
推薦閱讀
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- JavaScript Unlocked
- Java Web及其框架技術
- Network Automation Cookbook
- Learning Apache Mahout Classification
- SAP BusinessObjects Dashboards 4.1 Cookbook
- 前端HTML+CSS修煉之道(視頻同步+直播)
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Canvas Cookbook
- Scratch·愛編程的藝術家
- 智能手機故障檢測與維修從入門到精通
- 算法圖解
- Instant Pygame for Python Game Development How-to
- 系統分析師UML用例實戰
- ASP.NET Core 2 High Performance(Second Edition)