Ссылка на разделБаланс между JavaScript и TypeScript
We're now firmly in the TypeScript era. 67% of respondents stated they write more TypeScript than JavaScript code – while the single largest group consisted of people who only write TypeScript.
Ссылка на разделCompiled Code Balance
It should come as no surprise that in 2024, almost all of our JavaScript code goes through a build step. While bundlers and build tools certainly add complexity to our development process, they are most likely here to stay.
Ссылка на разделAI Code Generation
For all the talk of AI-assisted coding, most of us still only use AI tools sparingly. And in fact, a whole 20% do not use them whatsoever to produce code.
Ссылка на разделИспользование JavaScript
It's always good to know in what context respondents are writing JavaScript code, and the vast majority are using it as part of their day job.
Ссылка на разделДля чего вы используете JavaScript?
Virtually every respondent stated that they use JavaScript for frontend development, which makes sense given the language's origins.
Ссылка на разделСфера деятельности
While the largest industry sector consisted of developers building tools for other developers, the highest-paying one turned out to be Advertising.
Ссылка на разделПаттерны приложений
Despite modern JavaScript meta-frameworks now supporting intricate rendering strategies, the most common application patterns remained the most traditional ones: single-page apps and server-side rendering.
Ссылка на разделJavaScript Pain Points
Code architecture is always a concern once a codebase gets past a certain size, so it makes sense that it topped the rankings of overall JavaScript pain points, followed by state and dependency management.
Ссылка на разделNew Proposals
There are currently quite a few TC39 proposals that are on the verge of becoming a reality. Temporal and Decorators stood out this year as the ones respondents were most excited about.
Ссылка на разделMissing Features
While the lack of native static typing has long been felt by the community, it's interesting to see Signals making an entrance at number 3 on this list, despite not being part of the most popular front end framework.
Ссылка на разделNative Types
It's clear that survey respondents want native types, and that they hope to seem them implemented with a TypeScript-like syntax.
This year's question phrasing sadly did not make a clear distinction between runtime types and TypeScript-like type-as-annotations, so it remains to be seen which of these two paths will gain the community's favor.