|
1 |
| -<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
2 |
| -<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
3 |
| -## Table Of Contents |
4 |
| - |
5 |
| -- [Subscribing to External Data](#subscribing-to-external-data) |
6 |
| - - [There Can Be Only One!!](#there-can-be-only-one) |
7 |
| - - [Components Don't Know, Don't Care](#components-dont-know-dont-care) |
8 |
| - - [A 2nd Source](#a-2nd-source) |
9 |
| - - [Via A Subscription](#via-a-subscription) |
10 |
| - - [The Subscription Handler's Job](#the-subscription-handlers-job) |
11 |
| - - [Some Code](#some-code) |
12 |
| - - [Any Good?](#any-good) |
13 |
| - - [Warning: Undo/Redo](#warning-undoredo) |
14 |
| - - [Query De-duplication](#query-de-duplication) |
15 |
| - - [Thanks To](#thanks-to) |
16 |
| -- [The Alternative Approach](#the-alternative-approach) |
17 |
| -- [Absolutely Never Do This](#absolutely-never-do-this) |
18 |
| - |
19 |
| -<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
20 | 1 |
|
21 | 2 | ## Subscribing to External Data
|
22 | 3 |
|
@@ -259,3 +240,9 @@ Use one of the two alternatives described above.
|
259 | 240 |
|
260 | 241 | Previous: [Talking to Servers](Talking-To-Servers.md)
|
261 | 242 | Up: [Index](README.md)
|
| 243 | + |
| 244 | + |
| 245 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 246 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 247 | +## Table Of Contents |
| 248 | +<!-- END doctoc generated TOC please keep comment here to allow auto update --> |
0 commit comments