Skip to content

Commit

Permalink
Update vuejs-nuxt-optimizations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huseink authored Dec 26, 2024
1 parent 3296664 commit 4913627
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/blog/vuejs-nuxt-optimizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tags:
date: 2022-04-28T13:10:23.402Z
---

<iframe class="w-full" height="310" src="https://www.youtube.com/embed/7B9mN_tvieY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## 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.**
Expand Down

0 comments on commit 4913627

Please sign in to comment.