INFO:
In this lesson, we use dynamic imports to lazy load different javascript chunks per page. This practice keeps the application lightweight and fast, as code is only requested from the server when it is needed. If you
Lazy Loading Routes (Vite Only)