l1f7 / surface

:construction: Building blocks & guidelines for front-end at Lift (deprecated: unmaintained)
2 stars 1 forks source link

Future App.js cleanup? #20

Open hyshka opened 7 years ago

hyshka commented 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.

stormwarning commented 7 years ago

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.