React
Facebook’s little user interface library React is making some great progress lately. It’s implementation of a virtual dom is really great at performance from what I’ve tested with it so far. Here is an example if you’ve never seen their syntax before.
1 2 3 4 5 6 7 8 9 10 |
|
I’m still not 100% sold though that I like it any better than Angular. The true MVC nature of how we write JavaScript applications with Angular is still my favorite but it will be interesting to watch where React goes especially around JavaScript XML (JSX).