宣布JavaScript 2017状况调查

by Sacha Greif

由Sacha Greif

宣布JavaScript 2017状况调查 (Announcing the State of JavaScript 2017 Survey)

让我们找出去年以来发生的变化! (Let’s find out what’s changed since last year!)

In a hurry? You can take the survey here.

匆忙? 您可以在这里进行调查 。

When I launched the first State of JavaScript survey last year, it was mostly to scratch my own itch. I wanted to know what libraries were worth learning, and which ones were on the way out.

去年我发起第一次JavaScript状态调查时 ,主要是为了摸索。 我想知道哪些图书馆值得学习,哪些正在淘汰。

It turns out, I wasn’t the only one with that itch. Over 9,000 people took the time to answer the survey’s 89 questions. The resulting data was a trove of interesting insights.

事实证明,我不是唯一一个发痒的人。 超过9,000人花时间回答了调查的89个问题。 产生的数据是许多有趣的见解。

For example, we learned that although 11% of respondents had ever tried Vue, 89% of Vue users were happy enough to continue using it. And, on the other hand, although 64% of respondents had used Angular, only 47% of Angular users were looking forward to working with it again.

例如,我们了解到,尽管有11%的受访者曾经尝试过Vue ,但89%的Vue用户对继续使用它感到满意。 另一方面,尽管64%的受访者使用过Angular,但只有47%的Angular用户希望再次使用它。

You can find many more data points like this by exploring the 2016 results.

通过探索2016年的结果,您可以找到更多类似的数据点。

更好的数据 (Better Data)

So what’s new for 2017? One criticism we got last time was that it wasn’t clear where the data was coming from. Where were the respondents located? How did they hear about the survey?

那么,2017年有什么新消息? 我们上次收到的批评是,不清楚数据来自何处。 受访者在哪里? 他们是如何得知这项调查的?

For that reason, the survey will also track metadata like your referrer, location, browser type, and so on. Of course, it goes without saying that this data will remain completely anonymous.

因此,调查还将跟踪元数据,例如您的引荐来源网址,位置,浏览器类型等。 当然,不用说此数据将保持完全匿名。

Hopefully that extra metadata will let us do cool things, like comparing geographic trends, or seeing if respondents coming from, say, Reddit vs Hacker News tend to use different technologies.

希望额外的元数据可以让我们做一些很棒的事情,例如比较地理趋势,或者看看来自Reddit vs Hacker News的受访者是否倾向于使用不同的技术。

新问题 (New Questions)

We made a few changes to the questions. Some technologies are out (like CoffeeScript and Cucumber), while some are in (like Reason and Flow).

我们对问题进行了一些更改。 有些技术已经淘汰(例如CoffeeScript和Cucumber),而有些技术已经淘汰(例如Reason和Flow)。

Of course, you can still fill in your framework of choice in the “Other” section even if it’s missing from the main options.

当然,即使主选项中缺少选择的框架,您仍然可以在“其他”部分中填写选择的框架。

We also changed the structure of the question groups slightly. Instead of trying to isolate each layer of the stack in its own group, we now have larger, more inclusive groupings such as “Data Layer” or “Back-end.”

我们还稍微更改了问题组的结构。 现在,我们不再尝试将堆栈的每一层都隔离在其自己的组中,而是拥有更大,更具包容性的分组,例如“数据层”或“后端”。

Of course, no organization is perfect. For example, GraphQL, Redux, and Apollo all end up in the same Data Layer group, even though they’re all complementary technologies. But hopefully it’ll still make some amount of sense to you.

当然,没有组织是完美的。 例如,GraphQL,Redux和Apollo最终都属于同一数据层组,即使它们都是互补技术也是如此。 但是希望它对您仍然有意义。

StateOfJS团队的新成员 (A New StateOfJS Team Member)

I ran last year’s survey by myself, but since I wanted to do more with the results this time around, I got my friend Michael Rambeau to come on board as well.

我自己进行了去年的调查,但是由于这次我想对结果做更多​​的事情,所以我也邀请了我的朋友迈克尔·兰博 ( Michael Rambeau)加入。

Michael runs BestOfJS, a live directory that tracks open-source JavaScript libraries and provides detailed stats on their popularity. So I think there’s no better person to help with the State of JS project!

Michael运行BestOfJS ,这是一个实时目录,该目录跟踪开源JavaScript库并提供有关其流行程度的详细统计信息。 因此,我认为没有更好的人来协助State JS项目!

让我们开始吧 (Let’s Get Started)

But enough talk! Go ahead and take the survey now. See you again a couple weeks from now for the results!

但是足够多的谈话! 继续进行并立即进行调查 。 从现在起两周后再见,以取得结果!

翻译自: https://www.freecodecamp.org/news/announcing-the-state-of-javascript-2017-survey-13e8742270d5/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/395348.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

内是不是半包围结构_轻钢别墅的体系结构

一、轻钢别墅介绍1、轻钢别墅的屋面系统轻钢别墅屋面系统是由屋架、结构OSB面板、防水层、轻型屋面瓦(金属或沥青瓦)组成的。轻钢结构的屋面,外观可以有多种组合。材料也有多种。在保障了防水这一技术的前提下,外观有了许多的选择…

JavaScript call()函数的应用

call([thisObj[,arg1[, arg2[, [,.argN]]]]]) call 方法可以用来代替另一个对象调用一个方法。call 方法可将一个函数的对象上下文从初始的上下文改变为由 thisObj 指定的新对象。 thisObj 可选项。将被用作当前对象的对象。 arg1, arg2, , argN 可选项。将被传递方法参数序…

hive 去重 字符串_hive函数

Hive是建立在 Hadoop 上的数据仓库基础架构,定义了简单的类 SQL 查询语言(HQL)函数分类:简单内置函数:数学函数,字符函数,日期函数,条件函数,聚合函数。高级内置函数:行列转换函数,分…

python word

代码: 1 #codingutf-82 __author__ zhm3 from win32com import client as wc4 import os5 import time6 import random7 import MySQLdb8 import re9 def wordsToHtml(dir):10 #批量把文件夹的word文档转换成html文件11 #金山WPS调用,抢先版的用KWPS&a…

aws lambda_如何为AWS Lambda实施日志聚合

aws lambdaby Yan Cui崔燕 如何为AWS Lambda实施日志聚合 (How to implement log aggregation for AWS Lambda) During the execution of a Lambda function, whatever you write to stdout (for example, using console.log in Node.js) will be captured by Lambda and sent…

【Python3爬虫】为什么你的博客没人看呢?

我相信对于很多爱好和习惯写博客的人来说,如果自己的博客有很多人阅读和评论的话,自己会非常开心,但是你发现自己用心写的博客却没什么人看,多多少少会觉得有些伤心吧?我们今天就来看一下为什么你的博客没人看呢&#…

泰安高考2021成绩查询,泰安高考成绩查询入口2021

高考结束之后,为了方便大家进行高考成绩的查询,下面跟着出国留学网小编来一起看看“泰安高考成绩查询入口2021”,仅供参考,希望对大家有帮助。2021山东高考成绩查询时间及志愿填报时间根据山东2021年夏季高考须知,2021…

用GitHub Issue取代多说,是不是很厉害?

2019独角兽企业重金招聘Python工程师标准>>> 摘要: 别了,多说,拥抱Gitment。 2017年6月1日,多说正式下线,这多少让人感觉有些遗憾。在比较了多个博客评论系统,我最终选择了Gitment作为本站的博客评论系统&a…

mysql延时优化教程_Mysql优化之延迟索引和分页优化_MySQL

什么是延迟索引?使用索引查询出来数据,之后把查询结果和同一张表中数据进行连接查询,进而提高查询速度!分页是一个很常见功能,select ** from tableName limit ($page - 1 ) * $n ,$n通过一个存储过程插入10000条数据进行测试&…

【动态规划】Vijos P1313 金明的预算方案(NOIP2006提高组第二题)

题目链接&#xff1a; https://vijos.org/p/1313 题目大意&#xff1a; m(m<32000)金钱&#xff0c;n&#xff08;n<60&#xff09;个物品&#xff0c;花费vi&#xff0c;价值vi*ci,每个物品可能有不超过2个附件&#xff0c;附件没有附件。 题目思路&#xff1a; 【动态规…

计算机网络应用答题卡,2013-2014学年第2学期11级计算机网络技术毕业考试试卷

2013-2014学年第2学期11级《计算机网络技术》课程毕业考试试卷得分&#xff1a;一、单项选择题&#xff1a;(每题1分&#xff0c;共30分&#xff0c;答案必须写在后面的选择题答题卡内&#xff0c;否则不得分)1、计算机网络可以按网络的覆盖范围来划分&#xff0c;以下()不是按…

0622 - 如何坚守自己的价值观?

如果有人有着和自己迥异的价值观&#xff0c;且混得很好&#xff0c;且和自己是熟人&#xff0c;自己是不是要改变自己、向其学习&#xff1f; 比如&#xff0c;常说的「学习好的比学习差的打工」&#xff0c;那到底是要好好学习&#xff0c;还是提前混人脉、攒经验&#xff1f…

如何免费注册Coursera课程

One question I get asked all the time here at Class Central is: are Coursera courses really free?在班级中心&#xff0c;我一直被问到的一个问题是&#xff1a; Coursera课程真的免费吗&#xff1f; Coursera’s user interface is intentionally designed to push le…

三态门有一个信号控制端en_三态门verilog

双向口-三态门的电路IC专业技术文章2008-12-06 14:59:24阅读119评论0字号&#xff1a;大中小订阅1.TTL三态门电路工作原理:三态门电路的基本结构如下图所示&#xff1a;(1)图1给出了三态门的电路结构图及图形符号。其中控制端EN为低电平时,P点为高电平&#xff0c;二极管D截止&…

[树形dp] Jzoj P3914 人品问题

Description 网上出现了一种高科技产品——人品测试器。只要你把你的真实姓名输入进去&#xff0c;系统将自动输出你的人品指数。yzx不相信自己的人品为0。经过了许多研究后&#xff0c;yzx得出了一个更为科学的人品计算方法。这种方法的理论依据是一个非常重要的结论&#xff…

为什么那些每三年跳一次槽的人越跳越好? - 震撼

现在&#xff0c;人们已经放下了对跳槽的偏见。这是一件好事。之前。假设你每几年换一次工作&#xff0c;人们会认为你的简历上有 “污点”。面试官会认为你无法胜任一份工作。与同事相处不好。或者你对公司不忠诚&#xff0c;不能承担任务&#xff0c;等等。 这样的想法非常快…

2019 6月编程语言_六月开始提供435项免费在线编程和计算机科学课程

2019 6月编程语言Five years ago, universities like MIT and Stanford first opened up free online courses to the public. Today, more than 700 schools around the world have created thousands of free online courses.五年前&#xff0c;麻省理工学院和斯坦福大学等大…

使用html记笔记,开始学习HTML,并记下笔记

开始学习HTML,并记下笔记。外边距(不影响可见框大小&#xff0c;影像盒子位置)margin-top(上)right(右)bottom(下)left(左)“外边距也可以为一个负值&#xff0c;元素会反方向移动”margin还可以设置为auto&#xff0c;auto一般只设置给水平方向的margin.如果只指定&#xff0c…

矢量合成和分解的法则_专题14 运动的合成与分解

运动的合成与分解【基础回顾】 考点内容:运动的合成与分解 考纲解读: 1.掌握曲线运动的概念、特点及条件. 2.掌握运动的合成与分解法则&#xff0e; 考点一 物体做曲线运动的条件及轨迹分析 1&#xff0e;条件  (1)因为速度时刻在变&#xff0c;所以一定存在加速度&#xff1…

详解--单调队列 经典滑动窗口问题

单调队列&#xff0c;即单调的队列。使用频率不高&#xff0c;但在有些程序中会有非同寻常的作用。 动态规划单调队列的理解 做动态规划时常常会见到形如这样的转移方程&#xff1a;f[x] max or min{g(k) | b[x] < k < x} w[x](其中b[x]随x单调不降&#xff0c;即b[1]&…