> Markdown version of [/events/world-congress-2026-europe-virtual-stage/sessions/1642-when-react-meets](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1642-when-react-meets). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # When React Meets Reality: Building a Real-Time Control Room for Autonomous Vehicles - **Event:** World Congress 2026 Europe - Virtual Stage ## Recording [Watch recording](https://www.wearedevelopers.com/videos/2091-when-react-meets-reality-building-a-real-time-control-room-for-autonomous-vehicles) ## Description Modern frontend applications are increasingly connected to the physical world - but most frontend architectures are still designed as if data were clean, ordered, and reliable. In autonomous transportation, that assumption breaks immediately. This talk is a deep dive into building a production-grade real-time control room for autonomous vehicles, where a React-based web UI is responsible for monitoring, visualizing, and supporting human intervention in live vehicle operations. The system integrates real-time telemetry, MQTT/Kafka event streams, 3D map and sensor visualization (Three.js), and video feeds - all under strict latency and correctness constraints. I will share concrete architectural decisions, failure modes we encountered in production, and the patterns that allowed us to keep the UI responsive, truthful, and safe under unreliable networks and out-of-order data. We will look at why common frontend state patterns fail in real-time systems, how rendering performance directly impacts operational safety, and how to design UI feedback when the underlying system is only eventually consistent. ## Speaker ### [Mykhailo Naumenko](https://www.wearedevelopers.com/@mykhailo-naumenko) R&D Software Engineer at BitCtrl Systems GmbH ## Related talks at this congress - [Contract-First Frontend: Scaling Reliable UIs with OpenAPI and AI](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1517-contract-first) — Violina Popova - [Developing a clean architecture-inspired React application with MVVM](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1528-developing-a-clean) — Marc Brehmer - [Liquid AI interfaces: how software eats frontend](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1565-liquid-ai-interfaces) — Patrick Reinbold - [The Pragmatic Architect: Balancing Necessity vs. Sufficiency in React Systems](https://www.wearedevelopers.com/events/world-congress-2026-europe-virtual-stage/sessions/1624-the-pragmatic) — Ana Gil Amor