Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

25. Prevent app from rendering before data has been fetched from backend. #47

Closed
1 task
jongranados opened this issue May 25, 2023 · 0 comments · Fixed by #48
Closed
1 task

25. Prevent app from rendering before data has been fetched from backend. #47

jongranados opened this issue May 25, 2023 · 0 comments · Fixed by #48

Comments

@jongranados
Copy link
Collaborator

jongranados commented May 25, 2023

Summary

The application does not currently wait for list data before rendering. As a result, the user is briefly presented the empty-list-message, even when their list has items. This results in a clunky experience and unpolished product.

Acceptance Criteria

  • The application should wait to render anything until it's had the opportunity to fetch data from the backend.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant