Skip to content

Commit 09d8505

Browse files
committed
feat: update render modes documentation to include Server (Singleton) and Server (Scoped) options
1 parent ce588b7 commit 09d8505

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs-site/render-modes.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ <h2>Quick Comparison</h2>
110110
<thead>
111111
<tr>
112112
<th>Feature</th>
113-
<th>Server</th>
113+
<th>Server (Singleton)</th>
114+
<th>Server (Scoped)</th>
114115
<th>WebAssembly</th>
115116
<th>Auto (Server→WASM)</th>
116117
</tr>
@@ -121,34 +122,40 @@ <h2>Quick Comparison</h2>
121122
<td>✅ Full</td>
122123
<td>✅ Full</td>
123124
<td>✅ Full</td>
125+
<td>✅ Full</td>
124126
</tr>
125127
<tr>
126128
<td><strong>Async Helpers</strong></td>
127129
<td>✅ All work</td>
128130
<td>✅ All work</td>
129131
<td>✅ All work</td>
132+
<td>✅ All work</td>
130133
</tr>
131134
<tr>
132135
<td><strong>Components & Updates</strong></td>
133136
<td>✅ Perfect</td>
134137
<td>✅ Perfect</td>
135138
<td>✅ Perfect</td>
139+
<td>✅ Perfect</td>
136140
</tr>
137141
<tr>
138142
<td><strong>Logging Middleware</strong></td>
139143
<td>✅ Works</td>
140144
<td>✅ Works</td>
141145
<td>✅ Works</td>
146+
<td>✅ Works</td>
142147
</tr>
143148
<tr>
144149
<td><strong>Redux DevTools</strong></td>
145150
<td>⚠️ Gracefully skips</td>
151+
<td><strong>Works!</strong></td>
146152
<td>✅ Works</td>
147153
<td>✅ Activates after transition</td>
148154
</tr>
149155
<tr>
150156
<td><strong>LocalStorage Persistence</strong></td>
151157
<td>❌ Not available</td>
158+
<td>⚠️ Limited</td>
152159
<td>✅ Works</td>
153160
<td>✅ Works after transition</td>
154161
</tr>
@@ -157,6 +164,7 @@ <h2>Quick Comparison</h2>
157164
<td>✅ None</td>
158165
<td>✅ None</td>
159166
<td>✅ None</td>
167+
<td>✅ None</td>
160168
</tr>
161169
</tbody>
162170
</table>

0 commit comments

Comments
 (0)