Why are there the PlaceholderComposables #101
Unanswered
0verEngineer
asked this question in
Q&A
Replies: 2 comments
|
The reason for the LibraryFallbackComposable would also be interesting |
0 replies
|
LibraryPlaceholderComposable and RecentBooksPlaceholderComposable are shown while content is still loading — they provide a smooth visual transition instead of showing an empty screen. On the other hand, LibraryFallbackComposable is used for edge cases where the library is genuinely empty (e.g. no books found at all). It’s all about making things feel smooth and intentional, both during loading and when there’s nothing to show. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, can you explain why the LibraryPlaceholderComposable and RecentBooksPlaceholderComposable exists?
All reactions