Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: How to justify using PureMVC over AngularJS  (Read 8189 times)
normc
Newbie
*
Posts: 5


View Profile Email
« 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?
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 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.
Logged
Pages: [1]
Print