03 Creating A Scalable JavaScript Application Architecture Nicholas Zakas


Original source


18 responses to “03 Creating A Scalable JavaScript Application Architecture Nicholas Zakas”

  1. such great talk. As we say : code goes but great architecture stays. This architecture describe the new trend "web component" used by leading JS framework , where its components have their own html and css AKA 'template' and their own javascript AKA 'state manager, controller,…'. Thanks @nzakas

  2. So awesome, thank you! Where can I see an example of the listen method in sandbox, and how handleNotification on a module is called from sandbox? I know it's just pseudo code, but this is my only disconnect at the moment. I have a few ideas, but they might not be as slick as what you have in mind.

Leave a Reply