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
Copy file name to clipboardExpand all lines: docs/next/en-US/features.md
+138
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,141 @@ The rest of these docs are written in a bit of an experimental way. Perseus is *
6
6
7
7
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!
8
8
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>
0 commit comments