l1f7 / surface

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

Clean up App.js with UiKit stuff in mind #18

Closed hyshka closed 7 years ago

hyshka commented 7 years ago

Done. 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.