React
Frameworks
The component model shared by every web and mobile client.
A library for building interfaces from composable components, which re-renders from state instead of manipulating the DOM directly.
How we use it
The interface layer across web and mobile. Components that only read data render on the server; only the ones that hold state or handle events reach the browser.
19
Version
13
systems
Case studies using this
Core Platform Engineering for a Carbon-Markets Business
Migrating a carbon-markets platform off a legacy content system onto typed, tested services. Market data, pricing, emissions ingestion, and the operator tooling around them.
Multi-Tenant Onboarding for a Utility Asset Platform
Bringing a second utility onto a metering and asset-management product. The data model, the seeding path, and the dashboards that made it operable.
Context-Aware Mail Generation Prototype
A working prototype pairing a documented API with a language-model mail generator and a review client, built as a scoped evaluation exercise.