Echo JS 0.11.0

<~>

tracker1 2893 days ago. link 1 point
Didn't dig into the article, but will say in a test app I wrote a few months ago with ng2, the routing was particularly painful, getting it working with redux (syncing routing info to the state) was more painful still.  And the biggest gotcha that you could only pass a route to a child one layer down, couldn't nest routes more than two layers deep.

All told, I really didn't care for ng2 as much as React+Redux, but it's definitely a step up from ng1.