maximdeclercq / django-vue

A promising attempt to use VueJS on top of Django.
GNU General Public License v3.0
55 stars 2 forks source link

Fix some performance issues with lazy load #15

Open maximdeclercq opened 3 years ago

maximdeclercq commented 3 years ago

The initial load takes some time and can possibly be optimized by loading some components lazily.