Back to Developer Roadmap

Async Components

src/data/roadmaps/vue/content/[email protected]

4.0343 B
Original Source

Async Components

In large applications, we may need to divide the app into smaller chunks and only load a component from the server when it's needed. To make that possible, Vue has a defineAsyncComponent function.

Visit the following resources to learn more: