文章预览
【文末免费抽 5 本最新版 JavaScript 红宝书】 12月16日,一年一度的 State of JS 调查正式公布 2024 年度调查结果,本文就来简单看看这个调查结果! JavaScript 新特性使用率排行: 字符串特性 : string.replaceAll() 、 string.matchAll() 、正则表达式匹配索引。 数组特性: array.toSorted() 、 array.findLast() 、 array.toReversed() 、 array.toSpliced() 、 array.with() 。 异步特性: Promise.allSettled() 、 Promise.any() 、 Promise.try() 、顶层 await 。 Set 特性: set.union() 、 set.intersection() 、 set.difference() 、 set.isSubsetOf() 、 set.isSupersetOf() 。 对象特性 : Object.groupBy() 。 浏览器 API :WebSocket、渐进式 Web 应用、Geolocation API、Web 动画、WebGL。 前端工具使用率(前五名) 前端框架 :React(81.1%)、Vue.js(50.9%)、Angular(50.1%)、Svelte(26.1%)、Preact(13.3%)。 前端元框架 :Next.js(54%)、Astro(23%)、Nuxt
………………………………