Skip to content

Fluid user experience

Greg Bowler edited this page May 9, 2026 · 3 revisions
  • Explain how WebEngine can deliver responsive-feeling interfaces without abandoning the page-based model.
  • "Flux" micro library included by default.
  • No need to write any JavaScript. Opt in with data-flux attributes.

Updating parts of a page dynamically

  • Use "Your first flux form" docs from Flux project.
  • Move on to "Updating part of a page" from Flux project's docs.

Multi-pass rendering

  • Explain the idea of separating initial response speed from later enhancement work.
  • Explain how this can increase perceived performance.

Flux docs


Learn how to track speed and benchmarks in your applications.

Clone this wiki locally