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.pswp.cn/news/391981.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/391981.shtml
英文地址,請注明出處:http://en.pswp.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|去哪網吳永強|丁香園馮大輝|蘑菇街岳旭強|途牛湯崢嶸|豆瓣洪強寧|某電商陳皓/林昊…… 這本書出自某電商技術部總監之手…