Super interesting. Lots of data there. Two things that stood out from a quick once-over: Vue is doing better than I expected. PostCSS is less adopted than I expected.
The State of JavaScript – Survey results
11–20 of 357 posts
Re: The State of JavaScript – Survey results
#12Re: The State of JavaScript – Survey results
#13This seems to suggest the rate of framework churn has rather settled down. Are JS devs finally starting to be satisfied with their current tools and not needing to restart every 18 months?
I see this same, tired old meme in every thread about web technologies. It's funny to me that certain people are so disdainful of the churn in web development on a forum dedicated to "hackers". Web application development is hard, and the reason why there's so much churn is because smart, inventive people are constantly finding better ways to do things. Things aren't just resetting from scratch every 18 months. The w…
Re: The State of JavaScript – Survey results
#14* 53% of the respondents used React, and would do so again.
* 47% use "No framework", and would do so again.
(hmm. that doesn't leave much room, unless you can use more than one tool depending on the situation)
* 43% had "no interest" in Angular 2.
One other thing to consider, of the "had used X, would/would-not use again" responses: there is of course a lot of selection bias of whether or not to even try X in the first place.
...
My only experience with these so far is Angular 1. It's easy to get started with, but does get messy when you have a very large form (think "government work"). I don't have a "React" axe to grind, I'm just looking at the numbers.
However, by the time I have to haul in Typescript transpiling, much of the appeal of Angular 1 is lost :-(
(it feels like GWT, all over again, at least to some extent)
Re: The State of JavaScript – Survey results
#15Re: The State of JavaScript – Survey results
#16I take issue with that statement. Just anecdotal, but I think these days Typescript is much more "popular" than CoffeeScript
Re: The State of JavaScript – Survey results
#17This seems to suggest the rate of framework churn has rather settled down. Are JS devs finally starting to be satisfied with their current tools and not needing to restart every 18 months?
Re: The State of JavaScript – Survey results
#18This seems to suggest the rate of framework churn has rather settled down. Are JS devs finally starting to be satisfied with their current tools and not needing to restart every 18 months?
There will still be more churn as people come up with ways to be more productive, however it will be hopefully concentrated in areas other than build process tooling.
Re: The State of JavaScript – Survey results
#19According to the survey, 213 people that took it have never head of plain javascript.
Especially when the headline is "JavaScript Flavors".
Re: The State of JavaScript – Survey results
#20ES6, CoffeeScript, and TypeScript all have near-perfect awareness, which surprised me since TypeScript isn’t quite as popular as the other two yet. I take issue with that statement. Just anecdotal, but I think these days Typescript is much more "popular" than CoffeeScript
Yeah, doesn't mean much to me, but it does guarantee you can get tools that are compatible with it.