You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`actions-live-views.md`](./actions-live-views.md)| Project-native equivalents for actions, optimistic writes, live queries, pagination, and view composition. |
22
+
|[`devtools.md`](./devtools.md)| Deferred to v0.2. Placeholder with the design intent and the open questions. |
20
23
21
24
## Reading order
22
25
23
26
If you are new to the package, the suggested reading order is:
24
27
25
28
1.`design.md` — the positioning and the rationale for the API.
26
-
2.`views.md` — the view contract is the first thing most users touch.
27
-
3.`relationships.md` — the schema declaration that views depend on.
28
-
4.`query-keys.md` — how the runtime identifies a query.
29
-
5.`pagination.md` — only if you need infinite queries.
30
-
6.`action-aliases.md` — the action chain and route-level aliasing.
31
-
7.`authorization.md` — the per-action gate.
32
-
8.`optimistic-conflict-offline.md` — the failure modes and recovery.
29
+
2.`tutorial.md` — the practical adoption path from a normal route.
30
+
3.`views.md` — the view contract is the first thing most users touch.
31
+
4.`requests.md` — how reads, route data, and hydration work.
32
+
5.`relationships.md` — the schema declaration that views depend on.
33
+
6.`query-keys.md` — how the runtime identifies a query.
34
+
7.`pagination.md` — only if you need infinite queries.
35
+
8.`action-aliases.md` — the action chain and route-level aliasing.
36
+
9.`authorization.md` — the per-action gate.
37
+
10.`optimistic-conflict-offline.md` — the failure modes and recovery.
38
+
11.`actions-live-views.md` — a cross-topic map of common app patterns.
33
39
34
40
The Devtools document is a placeholder; the rest of the package is the
0 commit comments