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

[FRONT] improve components that depends on requests #113

Open
2 tasks
lulcca opened this issue Oct 6, 2022 · 0 comments
Open
2 tasks

[FRONT] improve components that depends on requests #113

lulcca opened this issue Oct 6, 2022 · 0 comments
Assignees
Labels

Comments

@lulcca
Copy link
Collaborator

lulcca commented Oct 6, 2022

Currently, in all application components, their loading is done before getting the request response, which can sometimes take a while and appear to be broken for some milliseconds. Imo, possible solutions are:

  • Move the request to beforeMount (ref), so the component is rendered after getting the response.
  • Add loading or skeleton components as placeholders for components that depends on these requests.
@lulcca lulcca added the ready label Oct 6, 2022
@lulcca lulcca self-assigned this Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant