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.
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.