Skip to content

Commit ca12e03

Browse files
committed
docs: scaffolded out FDT
1 parent 723d4ca commit ca12e03

File tree

1 file changed

+138
-0
lines changed

1 file changed

+138
-0
lines changed

docs/next/en-US/features.md

+138
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,141 @@ The rest of these docs are written in a bit of an experimental way. Perseus is *
66

77
If you've got a usage pattern that isn't in here, [let us know](https://github.com/arctic-hen7/perseus/issues/new), and we'll happily add it!
88

9+
<details>
10+
<summary>Hooking into the router to know when page transitions are occurring</summary>
11+
12+
13+
14+
</details>
15+
<details>
16+
<summary>Custom index view</summary>
17+
18+
19+
20+
</details>
21+
<details>
22+
<summary>Debugging</summary>
23+
24+
25+
26+
</details>
27+
<details>
28+
<summary>Modifying the <code>head</code></summary>
29+
30+
31+
32+
</details>
33+
<details>
34+
<summary>Modifying HTTP headers</summary>
35+
36+
37+
38+
</details>
39+
<details>
40+
<summary>Adding static content</summary>
41+
42+
43+
44+
</details>
45+
<details>
46+
<summary>Using internationalization</summary>
47+
48+
49+
50+
</details>
51+
<details>
52+
<summary>Custom translations manager</summary>
53+
54+
55+
56+
</details>
57+
<details>
58+
<summary>Global state</summary>
59+
60+
61+
62+
</details>
63+
<details>
64+
<summary>State freezing/thawing</summary>
65+
66+
67+
68+
</details>
69+
<details>
70+
<summary>Freezing to browser storage (IndexedDB)</summary>
71+
72+
73+
74+
</details>
75+
<details>
76+
<summary>Writing tests</summary>
77+
78+
79+
80+
</details>
81+
<details>
82+
<summary>Styling</summary>
83+
84+
85+
86+
</details>
87+
<details>
88+
<summary>Communicating with a server</summary>
89+
90+
91+
92+
</details>
93+
<details>
94+
<summary>Custom server with API routes</summary>
95+
96+
97+
98+
</details>
99+
<details>
100+
<summary>Plugins</summary>
101+
102+
103+
104+
</details>
105+
<details>
106+
<summary>Deploying to Docker</summary>
107+
108+
109+
110+
</details>
111+
<details>
112+
<summary>Deploying to a relative path</summary>
113+
114+
115+
116+
</details>
117+
<details>
118+
<summary>Route announcer</summary>
119+
120+
121+
122+
</details>
123+
<details>
124+
<summary>Authentication</summary>
125+
126+
127+
128+
</details>
129+
<details>
130+
<summary>Unreactive state</summary>
131+
132+
133+
134+
</details>
135+
<details>
136+
<summary>Imperative router control</summary>
137+
138+
139+
140+
</details>
141+
<details>
142+
<summary>JS interop</summary>
143+
144+
145+
146+
</details>

0 commit comments

Comments
 (0)