Next.js starter your AI actually understands. Ship internal tools in days not weeks. Pre-order $199 $499 → [Get it now]

How to Create Async Components in Vue

Async components in Vue.js allow you to load components on-demand, reducing initial bundle size and improving application performance. As the creator of CoreUI with over 11 years of Vue.js development experience, I use async components extensively for code splitting and lazy loading in large applications. Async components are particularly useful for routes, modals, and heavy components that aren’t needed immediately.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to check if an element is visible in JavaScript
How to check if an element is visible in JavaScript

How to change opacity on hover in CSS
How to change opacity on hover in CSS

How to force a React component to re-render
How to force a React component to re-render

How to Open Link in a New Tab in HTML?
How to Open Link in a New Tab in HTML?

Answers by CoreUI Core Team