eact and other modern JavaScript frameworks promised us fast, seamless web experiences. But take a look around: the web is full of spinners, loading screens, and frustrating delays. Somewhere along the way, the promise of reactivity got tangled in complexity.
What if the solution isn’t your front end—but your back end?
In this talk, we’ll explore how event sourcing—a server-side architectural pattern—can deliver a better-than-SPA experience. You’ll see a live demo of a web app that feels snappy, keeps your data live-updating, and makes your codebase easier to maintain. No client-side state soup. No inconsistent data. Just smooth UX and robust infrastructure.
We’ll walk through how storing events, instead of just current state, enables: - Instant server-rendered UI updates - Real-time dashboards with no polling - Flexible reporting, even retroactively
You’ll leave with practical insights into building reactive, joyful web apps—without the spinner.