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

Split application into bundles #57

Open
mojoaxel opened this issue Jul 6, 2016 · 0 comments
Open

Split application into bundles #57

mojoaxel opened this issue Jul 6, 2016 · 0 comments

Comments

@mojoaxel
Copy link
Collaborator

mojoaxel commented Jul 6, 2016

We could (should?) use webpack to split the application in multible bundles.
A good logical point to split the import-tree would be the features. The feature-specific code would only than be dynamical loaded, if the user clicks on the menu button.

This could improve the loading-time of the application substantially.

see https://github.com/webpack/docs/wiki/code-splitting

@mojoaxel mojoaxel added this to the Project basics milestone Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant