From 4913627dec712f0257752b2248d2b6ff7314566e Mon Sep 17 00:00:00 2001 From: Husein Kantarci Date: Thu, 26 Dec 2024 20:33:42 +0100 Subject: [PATCH] Update vuejs-nuxt-optimizations.md --- src/pages/blog/vuejs-nuxt-optimizations.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/blog/vuejs-nuxt-optimizations.md b/src/pages/blog/vuejs-nuxt-optimizations.md index d568ec0..006ccec 100644 --- a/src/pages/blog/vuejs-nuxt-optimizations.md +++ b/src/pages/blog/vuejs-nuxt-optimizations.md @@ -8,8 +8,6 @@ tags: date: 2022-04-28T13:10:23.402Z --- - - ## 1) Lazy loading and Prefetching A **method** of loading modules in the application **upon** user **request**. Example case of that is the usage of modals or tooltips. There is no need to load **all** of the modules whenever the page loads. If a modal or such modules are not shown with a page load, they should be **lazy-loaded.**