Ui
6 documents
Choose a rendering strategy per route, minimize client JS
Pick a rendering strategy per route to minimize how much JavaScript reaches the client and when, treating it as an architecture decision not a framework mandate.
webtypescript
Dashboard service is display-only
The dashboard service is a generic API and UI layer. It has no knowledge of git, files, or roadmap structure. Agents ...
Data Display
Choose the right pattern for the content type and user task.
Design tokens
Express UI design decisions once as named, tiered design tokens in one platform-agnostic source; reference semantic tokens, never raw values.
swiftkotlintypescriptcsharpweb
Platform Design Languages
Defer to these canonical sources before applying the defaults in this file:
kotlinwebwindows
Separate server state from client state
Keep remote server state in a query/cache layer and UI client state in lightweight local state; never hand-cache server data in a global store.
webtypescript