PureMVC Architects Lounge

PureMVC Manifold => Multicore Version => Topic started by: normc on May 07, 2014, 01:49:55



Title: How to justify using PureMVC over AngularJS
Post by: normc on May 07, 2014, 01:49:55
Should I suggest to my colleagues that we're fine with PureMVC as a JavaScript framework (we know it well) and that we don't need to learn AngularJS?

Although it has many nice features, are the benefits over PureMVC significant enough to switch?


Title: Re: How to justify using PureMVC over AngularJS
Post by: puremvc on May 22, 2014, 08:54:56
It doesn't have to be an either/or decision. You could use PureMVC for MVC separation, while using angular for data binding within the view, for instance. Have a look at the PureMVC EmployeeAdmin demo for Flex. It's a good example of how a framework with data binding can help your view components to pass data between subcomponents, while still using PureMVC to shuttle data from view components to the model and visa versa.