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

Add webpack with dynamic loading example #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

GeoSot
Copy link
Member

@GeoSot GeoSot commented May 17, 2022

No description provided.

@mdo
Copy link
Member

mdo commented Jun 4, 2022

Can you describe a little more of what's different here than the other Webpack example? Is it just that we have babel here, or does this give us something specific? I'm not sure what's meant by dynamic loading.

@GeoSot
Copy link
Member Author

GeoSot commented Jun 6, 2022

Yes of course. Dynamic/lazy loading gives us the opportunity to handle lazy loading with webpack (better loading time), https://webpack.js.org/guides/lazy-loading/ .
It needs some extra configuration on webpack and we can import what we want on the fly, so it may could be an nice to have example .

@GeoSot GeoSot force-pushed the gs/webpack branch 2 times, most recently from 432df65 to 5e5e004 Compare July 18, 2022 21:14
@XhmikosR
Copy link
Member

@GeoSot can you push your branch to this repo later please? And close this PR

@XhmikosR XhmikosR force-pushed the gs/webpack branch 2 times, most recently from e13e8e4 to 500e951 Compare June 18, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants