I'm starting with kendo, but the first barrier is the size of it, the file kendo.all.min.js is on the way to 3mb, even enabling gzip on the server this reduces to 1.7 which is still quite large, apart from other css files even though it is also large and out of the layout files (css and js) of my application.
I'm currently working with angular, using a ocLazyLoad lib it's possible to do dynamic loading of plugins, but how would I do this with kendo? Is there a specific order to load a kendo component lazy?
Thanks everyone for the rest.
Marcelo