UpVent / upvent-svelte

UpVent Svelte Frontend - Powered by Fernet Branca.
GNU Affero General Public License v3.0
4 stars 0 forks source link

Implement lazyloading for pocketbase purposes. #67

Closed VentGrey closed 2 years ago

VentGrey commented 2 years ago

The pocketbase SDK isn't big on itself, the total bundle size is only increased by a very few kb. However, maybe code splitting might be a good idea from now on to just call those scripts when actually needed.

Further investigation on how to do this on Vite is required.