Updated docs

This commit is contained in:
2026-04-01 23:27:13 +02:00
parent c935578cf6
commit 001f775714
2 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
Reduce the risk of future Blazor Server circuit disconnects by shrinking payloads, removing unnecessary serialization hops, and making live refreshes more granular.
The current payload split fixed the immediate failure, but it did not remove the most expensive transport pattern:
The most expensive transport pattern is:
- browser `fetch`
- JSON parse in JavaScript
@@ -64,7 +64,9 @@ Introduce a server-side workspace query facade and call it directly from Blazor
- `GetCampaign`
- `GetCharacterSheet`
- `GetCampaignLog`
- Keep browser JS interop only for browser-only concerns:
Keep browser JS interop only for browser-only concerns:
- session storage
- SSE wiring
- DOM scrolling helpers