Permalink

33

Digesting JavaScript MVC – Pattern Abuse Or Evolution?

Read Later submit to reddit

In my talk from London Ajax, we'll explore the current state of MVC in the JavaScript community, how Smalltalk-80's MVC differed and whether modern frameworks abuse (or evolve) the MVC pattern. We'll also look at a framework that tries to … Continue reading

Permalink

27

Understanding MVVM – A Guide For JavaScript Developers

Read Later submit to reddit

MVVM (Model View ViewModel) is an architectural pattern based on MVC and MVP, which attempts to more clearly separate the development of user-interfaces (UI) from that of the