Tag: web

Both Angular 1.x and React Feel Familiar

I’ve used AngularJS 1.x for 18 months on a greenfield internal project, and then used React + Redux for 6 months on a bigger commercial web project.  I’ve been interested to find strong parallels with other UI frameworks I’ve used in the past. AngularJS 1.x AngularJS 1.x was an excellent framework to build a modern single-page web-app.In learning it I was struck by the similarity with WPF.  This rich client framework from Microsoft, along with its similar cousins Silverlight and WinRT, have some similar pros and cons. Pro: clear separation of view/controller/service (WPF view/view-model/model) simple 2-way binding between view and…

Read More »