Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
There was an error while loading. Please reload this page.
Say you are displaying a list of books.
Then the user clicks on a book
We would like this behavior:
The specific book changes to a spinner or loading message, but rest of books are visible.
Then when the books data arrives the page switches to the book view.
This can't be done (well not very easily or maybe not at all) with current while_loading approach.