Tagged Questions
3
votes
1answer
76 views
On a click, show a stub or not?
Consider a click event that would cause a significant change of view (e.g. going from a list of items to a detail view of a single item). What is a better experience:
Switch to a stub view which ...