Archive for May, 2014

A Second Look at Facebook’s React

|

React is a very impressive library for developing fast, component-based UIs. That said, it’s not a full framework and will likely require additional libraries in order to build large apps.

Groking Angular: Dependency Injection and Testing

| | |

Although Angular’s syntax for Dependency Injection is sometimes difficult to understand, it’s actually quite straight forward to use for testing.