I'm currently building a large single page application using the latest ExtJS library and I wanted to know if SPA is even recommended when using the ExtJS lib since its so heavy up front. Are there recommended examples of using routing? Most of my background on FE routing stems from Backbone/Angular/Ember.
Also whats the best method to handle lazy loading+instantiation of widgets.
I already know what the best practical scenarios are conceptually so I'm looking for more implementation guidance (and if possible, code sample / links). I'm also briefed on the Sencha docs on large scale applications using ExtJS.
Thanks