Poll: Which JavaScript MVC framework do you mostly use?

2 points by NicoJuicy ↗ HN
There are so many Javascript frameworks out there, i'm wondering which one do you use and why?

I'm using Angular because of the strong community, although i seem myselve trying React in the near future.

4 comments

[ 3.2 ms ] story [ 19.7 ms ] thread
Wondering about the strength of the JS MVC framework trend these days? I haven't used one in a project for about a year, year and a half.
I think it's amazing what a angular does -> creating your own html elements => directives.

Eg.

<timer autostart="false"></timer> or <span id="DeliverOn">{{delivery.on | fromNow }}</span> (displays something like Tomorrow on 12:45)

I carelessly worded my question... I meant the strength of the trend itself - are companies still asking for it?