Language: English Espanol
This section documents how the UMS React Web implementation applies the Evolith Web Frontend Standard - React.
UMS is an applied reference, not the source of universal frontend standards. Reusable rules belong in Evolith. UMS keeps concrete product routes, local API headers, product modules, source evidence, and implementation-specific adaptations.
| Document | Purpose |
|---|---|
| UMS React Applied Reference | Evidence-based mapping between Evolith React topics and UMS source files. |
| Concern | Evolith | UMS |
|---|---|---|
| Reusable standards | Owns principles, boilerplate rules, quality gates, and promotion criteria | Consumes standards |
| Product implementation | References examples only | Owns concrete source code and local decisions |
| UI design system | Owns token governance and accessibility rules | Owns actual UMS token values and components |
| Data access | Owns reusable boundary requirements | Owns UMS API URLs, headers, CSRF behavior, and tenant strategy |
This reference is based on the current React app under:
src/apps/ums.web-app
Key observed sources include app bootstrap, routing, layout shell, HTTP context/client, Tailwind configuration, and Material Design 3 token definitions.