Skip to content

Commit 6739b85

Browse files
committed
stub out more of the guide
1 parent 6dbebee commit 6739b85

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

guides/reactive-data/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Reactive Data
2+
3+
In addition to request and cache management, WarpDrive provides a reactive access
4+
layer for data in the cache.
5+
6+
Data in the cache is conceptualized as belonging to one of three forms
7+
8+
- **Documents** - the response to a request
9+
- **Resources** - a unique cacheable entity within the response to a request
10+
- **Fields** - the data for an individual property on a resource
11+
12+
Each form of data can be accessed and managed reactively through one of two modes
13+
14+
- *(upcoming, default in v6)* [PolarisMode](./polaris/overview.md)
15+
- *(current, default in v5)* [LegacyMode](./legacy/overview.md)
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# LegacyMode
2+
3+
-[ReactiveData](../index.md)
4+
5+
---
6+
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# PolarisMode
2+
3+
-[ReactiveData](../index.md)
4+
5+
---
6+

0 commit comments

Comments
 (0)