2019 css 框架_宣布CSS 2019调查状态

2019 css 框架

by Sacha Greif

由Sacha Greif

宣布#StateOfCSS 2019调查 (Announcing the #StateOfCSS 2019 Survey)

I’ve been using CSS for 10+ years, so I know it pretty well by now. I can handle flexbox, I’ve mastered SASS, and I even know the difference between ems and rems.

我已经使用CSS十多年了,所以到目前为止我已经非常了解它了。 我可以处理flexbox,已经掌握了SASS,甚至知道ems和rems之间的区别。

But wait, now there’s Grid, too? And position: sticky? And what’s this I hear about this CSS-in-JS thing?? Turns out, maybe I don’t know CSS that well after all…

但是,等等,现在还有网格吗? 位置:发粘吗? 我听到关于CSS-in-JS的信息是什么? 原来,也许我毕竟不太了解CSS…

If you’re feeling the same, first let me just say that this is entirely normal. CSS has been evolving at record speed lately, and even the most dedicated developer can fall behind if they’re not careful.

如果您有相同的感觉,首先让我说这完全正常。 CSS近来一直以创纪录的速度发展,即使最专注的开发人员如果不注意,也会落在后面。

Second, I have some good news for you: this is exactly why we’re launching our first ever State of CSS survey.

第二,对于您来说,我有个好消息:这正是我们启动首个CSS状态调查的原因。

Take️️ 立即参加调查! (➡️ ️Take the survey now!)

从JavaScript到CSS (From JavaScript to CSS)

You may have heard of the State of JavaScript survey, which we’ve been running every year since 2016. We’ve had over 20,000 developers take the survey this year, and it’s proven to be an extremely valuable source of data and insights about the JavaScript ecosystem’s latest trends.

您可能已经听说过JavaScript状态调查 ,该调查自2016年以来每年都在运行。今年我们有20,000多名开发人员参加了该调查,事实证明,它是极有价值的数据和见解的来源。 JavaScript生态系统的最新趋势。

So it only seemed natural to take a look at the other half of the web puzzle next.

因此,接下来看一下网络难题的另一半似乎很自然。

Since CSS and JS are completely different beasts, we’ve rethought our methodology from the ground up. For example we’ve introduced a new question type that asks not about libraries or frameworks, but about features of the language itself:

由于CSS和JS是完全不同的野兽,因此我们从头开始重新思考我们的方法。 例如,我们引入了一种新的问题类型,该问题类型不询问库或框架,而是询问语言本身的功能:

大鸿沟 (The Great Divide)

This is especially interesting since it comes at a time where many are talking about a “Great Divide” between the “front” of the front-end (HTML, CSS) and the “back” of the front-end (JavaScript and its many frameworks and libraries).

这是特别有趣的,因为它是在许多人谈论前端(HTML,CSS)的“前端”与前端(JavaScript和它的许多后端)之间的“ 巨大鸿沟 ”之时而来的。框架和库)。

Now while there are plenty of people who are happily bridging that divide and taking on both sides of the front-end, there’s also nothing wrong with specializing and focusing on one domain over the other.

现在,虽然有很多人高兴地架起了桥梁,并且在前端的两边兼顾,但专注于一个领域而不是另一个领域也没有错。

But either way, the survey will be a great chance to take a snapshot of the community as it currently exists, and see how this evolves over the next couple years.

但是,无论哪种方式,该调查都是一个很好的机会,可以对当前存在的社区进行快照,并查看其在未来几年中的发展情况。

谢谢和下一步 (Thanks & Next Steps)

Huge thanks to Florian, Jen Simmons, Lochlan Bunn, David Luhr, and everybody else who gave me feedback and helped me fix a few vexing CSS bugs (ironic, I know…)!

非常感谢Florian , Jen Simmons , Lochlan Bunn , David Luhr以及其他给我反馈并帮助我修复了一些令人烦恼CSS bug的人(讽刺的是,我知道……)!

We’ll keep the survey open until mid-march, and then take a month or so to process the results. So hopefully we’ll have something to show by late April. If you’d like to know when the results are published, don’t hesitate to sign up for our newsletter.

我们会将调查开放至3月中旬,然后需要一个月左右的时间来处理结果。 因此,希望我们能在4月下旬之前展示一些东西。 如果您想知道结果何时发布,请随时注册我们的新闻通讯 。

All that being said, all that’s left is for you to take the survey, and let us know what the State of CSS looks like in 2019. We’re excited to find out!

话虽如此,剩下的就是让您进行调查 ,让我们知道CSS的2019年状况如何。我们很高兴找到答案!

Sacha & Raphael

萨莎与拉斐尔

翻译自: https://www.freecodecamp.org/news/announcing-the-state-of-css-2019-survey-e1e4268df64d/

2019 css 框架

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

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

相关文章

计算机主机后面辐射大,电脑的背面辐射大吗

众所周知,电子产品的辐射都比较大,而电脑是非常常见的电子产品,它也存在着一定的辐射,那么电脑的背面辐射大吗?下面就一起随佰佰安全网小编来了解一下吧。有资料显示,电脑后面的辐射比前面大,长期近距离在…

spring— Bean标签scope配置和生命周期配置

scope配置 singleton 默认值,单例的prototype 多例的request WEB 项目中,Spring 创建一个 Bean的对象,将对象存入到 request 域中session WEB 项目中,Spring 创建一个 Bean 的对象,将对象存入session 域中global sess…

装饰器3--装饰器作用原理

多思考,多记忆!!! 转载于:https://www.cnblogs.com/momo8238/p/7217345.html

用folium模块画地理图_使用Folium表示您的地理空间数据

用folium模块画地理图As a part of the Data Science community, Geospatial data is one of the most crucial kinds of data to work with. The applications are as simple as ‘Where’s my food delivery order right now?’ and as complex as ‘What is the most optim…

Windows下安装Python模块时环境配置

“Win R”打开cmd终端,如果直接在里面使用pip命令的时候,要么出现“syntax invalid”,要么出现: pip is not recognized as an internal or external command, operable program or batch file. 此时需要将C:\Python27\Scripts添加…

播客2008

http://blog.tangcs.com/2008/12/29/year-2008/转载于:https://www.cnblogs.com/WarrenTang/articles/1364465.html

linear在HTML的作用,CSS3里的linear-gradient()函数

linear-gradient() 函数用于创建一个线性渐变的 "图像"。为了创建一个线性渐变,你需要设置一个起始点和一个方向(指定为一个角度)的渐变效果。你还要定义终止色。终止色就是你想让Gecko去平滑的过渡,并且你必须指定至少两种,当然也…

golang底层深入_带有Golang的GraphQL:从基础到高级的深入研究

golang底层深入by Ridham Tarpara由里德姆塔帕拉(Ridham Tarpara) 带有Golang的GraphQL:从基础到高级的深入研究 (GraphQL with Golang: A Deep Dive From Basics To Advanced) GraphQL has become a buzzword over the last few years after Facebook made it ope…

spring—Bean实例化三种方式

1&#xff09; 使用无参构造方法实例化 它会根据默认无参构造方法来创建类对象&#xff0c;如果bean中没有默认无参构造函数&#xff0c;将会创建失败 <?xml version"1.0" encoding"UTF-8"?> <beans xmlns"http://www.springframework.o…

bzoj 3439: Kpm的MC密码

Description 背景 想Kpm当年为了防止别人随便进入他的MC&#xff0c;给他的PC设了各种奇怪的密码和验证问题&#xff08;不要问我他是怎么设的。。。&#xff09;&#xff0c;于是乎&#xff0c;他现在理所当然地忘记了密码&#xff0c;只能来解答那些神奇的身份验证问题了。。…

python创建类统计属性_轻松创建统计数据的Python包

python创建类统计属性介绍 (Introduction) Sometimes you may need a distribution figure for your slide or class. Since you are not using data, you want a quick solution.有时&#xff0c;您的幻灯片或课程可能需要一个分配图。 由于您不使用数据&#xff0c;因此需要快…

pytorch深度学习_在本完整课程中学习在PyTorch中应用深度学习

pytorch深度学习In this complete course from Fawaz Sammani you will learn the key concepts behind deep learning and how to apply the concepts to a real-life project using PyTorch. 在Fawaz Sammani的完整课程中&#xff0c;您将学习深度学习背后的关键概念&#x…

html让a标签左右一样宽,button和a标签设置相同的css样式,但是宽度不同

登录注册.btn {display: block;-moz-appearance: none;background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border-radius: 0.25rem;box-sizing: border-box;cursor: pointer;font-family: inherit;font-size: 0.8rem;height: 2rem;line-height: 1.9rem;margin: 0;padding: …

浅析STM32之usbh_def.H

【温故而知新】类似文章浅析USB HID ReportDesc (HID报告描述符) 现在将en.stm32cubef1\STM32Cube_FW_F1_V1.4.0\Middlewares\ST\STM32_USB_Host_Library\Core\Inc\usbh_def.H /********************************************************************************* file us…

spring—依赖注入

依赖注入&#xff08;Dependency Injection&#xff09; 它是 Spring 框架核心 IOC 的具体实现。 在编写程序时&#xff0c;通过控制反转&#xff0c;把对象的创建交给了 Spring&#xff0c;但是代码中不可能出现没有依赖的情况。 IOC 解耦只是降低他们的依赖关系&#xff0c;…

C# (类型、对象、线程栈和托管堆)在运行时的相互关系

在介绍运行时的关系之前,先从一些计算机基础只是入手,如下图: 该图展示了已加载CLR的一个windows进程,该进程可能有多个线程,线程创建时会分配到1MB的栈空间.栈空间用于向方法传递实参,方法定义的局部变量也在实参上,上图的右侧展示了线程的栈内存,栈从高位内存地址向地位内存地…

2019-08-01 纪中NOIP模拟赛B组

T1 [JZOJ2642] 游戏 题目描述 Alice和Bob在玩一个游戏&#xff0c;游戏是在一个N*N的矩阵上进行的&#xff0c;每个格子上都有一个正整数。当轮到Alice/Bob时&#xff0c;他/她可以选择最后一列或最后一行&#xff0c;并将其删除&#xff0c;但必须保证选择的这一行或这一列所有…

knn分类 knn_关于KNN的快速小课程

knn分类 knnAs the title says, here is a quick little lesson on how to construct a simple KNN model in SciKit-Learn. I will be using this dataset. It contains information on students’ academic performance.就像标题中所说的&#xff0c;这是关于如何在SciKit-Le…

spring—配置数据源

数据源&#xff08;连接池&#xff09;的作用 数据源(连接池)是提高程序性能如出现的 事先实例化数据源&#xff0c;初始化部分连接资源 使用连接资源时从数据源中获取 使用完毕后将连接资源归还给数据源 常见的数据源(连接池)&#xff1a;DBCP、C3P0、BoneCP、Druid等 开发步…

大型网站系统与Java中间件实践pdf

下载地址&#xff1a;网盘下载 基本介绍 编辑内容简介 到底是本什么书&#xff0c;拥有这样一份作序推荐人列表&#xff1a;阿里集团章文嵩博士|新浪TimYang|去哪网吴永强|丁香园冯大辉|蘑菇街岳旭强|途牛汤峥嵘|豆瓣洪强宁|某电商陈皓/林昊…… 这本书出自某电商技术部总监之手…