Open hyshka opened 7 years ago
Ultimately, we may be able to throw some of the common functions into one file and remove all the model/action stuff and end up with something more like in the springload starter kit: https://github.com/springload/frontend-starter-kit/blob/master/core/static_src/js/site.js
I really don't know if splitting things into actions and models improves the performance at all for sites our size.
I know Dave had said that when he built the initial gulp setup he over-anticipated the scope of most of our projects; could be the case with the js/webpack setup as well.
Ultimately, we may be able to throw some of the common functions into one file and remove all the model/action stuff and end up with something more like in the springload starter kit: https://github.com/springload/frontend-starter-kit/blob/master/core/static_src/js/site.js
I really don't know if splitting things into actions and models improves the performance at all for sites our size.