Slide 48
Slide 48 text
“Native Experience”
and controlling transitions
One of the most basic features of a ”native” experience is the controlled transitions between
contexts, for example, the sliding left and right between screens.
On the web, if you reload the page, you can’t define the transition. In every browser I’ve used,
the transition is the same: the page goes white, the spinner spins, and then the page loads.
Reloading can be jarring.
We can get around this if we load the content with Ajax, and then transition to the new
context. We call these sort of sites that exclusively use Ajax “single-page apps”.