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

[Improvment] Propose a way to handle dynamic loading of pages inside X-ui-admin #283

Open
Fen747 opened this issue Apr 26, 2022 · 1 comment · May be fixed by #299
Open

[Improvment] Propose a way to handle dynamic loading of pages inside X-ui-admin #283

Fen747 opened this issue Apr 26, 2022 · 1 comment · May be fixed by #299
Assignees
Labels
enhancement New feature or request

Comments

@Fen747
Copy link
Collaborator

Fen747 commented Apr 26, 2022

Currenly, the app is loaded all at once. The fact is that adding a single CRUD adds quite a lot of duplicated code that might not be used every time, but is still eagerly loaded, resulting in an initial load time that quickly becomes longer and longer.

Both for speeding up development and end-user produvitivty and UX, the good solution would be to dynamically import the pages on a route-based principle. But as the x-ui-admin pretty much everything under the hood regarding the routes, it might be a huge ootb gain to dynamically load the pages by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment