Upgrade to Pro — share decks privately, control downloads, hide ads and more …

DEVNOLOGY 2014 - Building large client-side JavaScript apps

DEVNOLOGY 2014 - Building large client-side JavaScript apps

Some of the lessons that we have learned over the last couple of years developing a Single Page Application.

Michiel Overeem

October 04, 2014
Tweet

More Decks by Michiel Overeem

Other Decks in Technology

Transcript

  1. "The key is to acknowledge from the start that you

    have no idea how this will grow." - Nicholas Zakas
  2. "The secret to building large apps is never build large

    apps. Break your applications into small pieces. Then, assemble those testable, bite-sized pieces into your big application" - Justin Meyer, author JavaScriptMVC
  3. Initializes a module, translates events from the view to actions

    on the model Maintains state, and communicates with the backend for data Presents state and communicates with the DOM