What are the two main problems with traditional MVC frameworks (like Backbone or Angular, for example)?
Manipulating the DOM (slow and inefficient)
Creating a very complicated mental model around our data and views because of circular dependencies (as apps grow, it becomes harder and harder to know where a bug is originating)
Creating a very complicated mental model around our data and views because of circular dependencies (as apps grow, it becomes harder and harder to know where a bug is originating)
Comments