There’s a lot of discussion related to server vs client side application rendering. While there is no “one choice fits all” solution, I’ll try to argue in favor of client side (specifically AngularJS) from different points of view. First of them is architecture.
Architecture
Well done architecture has clearly defined separation of concerns (SoS). In most cases minimal high level configuration is:
Continue reading