Revalidate at: 2024-02-15 15:56:11

2024 02

Back in the day, centering an element was one of the trickiest things in CSS. As the language has ev...

Announcing the release of typescript-eslint's stable v7 release...

breaking changestypescript-eslintv6v7flat configs

Highlights This is a summary of the major changes you need to know about for this version of ESLint....

Apple still deliberately refuses to fix focus in Safari, forcing developers to find clumsy workaroun...

“Margin collapse” has a dastardly reputation, one of the trickier parts of CSS. Fortunately, it gets...

Deno in 2023

Deno

02-02 22:00

...

2024 01

Looking back at my second year as a full-time independent open source maintainer....

Nuxt 3.10

Nuxt

01-30 08:00

Nuxt 3.10 is out - packed with features and fixes. Here are a few highlights....

It's time to start using this underutilized keyword, even if you're not using cascade layers yet....

Recapping the fantastic in-person conferences I attended in 2023....

Highlights This is a summary of the major changes you need to know about for this version of ESLint....

Explaining two popular Prettier integrations for ESLint, and why I avoid both of them....

卡顿大概是前端遇到的问题的最棘手的一个,尤其是卡顿产生的时候常常无法进行其他操作,甚至控制台也打开不了。 但是这活落到了咱们头上,老板说啥就得做啥。能本地复现的我们还能打开控制台,打个断点或者录制 ...

This release includes new features such as adding a JSONC parser, adding Angular’s ICU expressions, ...

Highlights This is a summary of the major changes you need to know about for this version of ESLint....

In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and Rea...

Explaining why the speed gains from Rust linters aren't comparable to the full feature set of typesc...

Hybrid render different parts of the same page at build time vs on each request....

Expand custom elements outside the browser....

2023 12

Highlights This version of ESLint is not ready for production use and is provided to gather feedback...

Evaluating Next.js's implementation of React's new server features....

这两年大裁员过后,带来了一系列的人员变动,常常面临着不受宠的被辞退了,能干的人跑了,剩下的人在努力维护着项目。于是乎老板们才发现人好像又不够了,然后又开始各种招人。机会一直都有,重要的还是得努力提升自...

We're following ESLint's lead in moving our formatting lint rules to the ESLint Stylistic project....

formatterformattingprettierstylestylistic

Nuxt 3.9

Nuxt

12-25 08:00

Nuxt 3.9 is out - a Christmas gift from the Nuxt team bringing Vite 5, interactive server components...

23w49-51

Doma

12-25 00:47

这三周新收藏的歌,有三首。...

“Should I use pixels or rems?”. In this comprehensive blog post, we'll answer this question once and...

Use CSS for storing context-like JavaScript state....

A web component for notifying screen-reader users of dynamic updates....

Put all the boilerplatey junk in a base class....

Guest post for the 12 Days of Web 2023....

Highlights New features for reporting unused disable directives The ESLint CLI has a new option --re...

Guest post for the 2023 HTMLHell Advent Calendar....

23w48

Doma

12-04 05:20

本周没有新收藏的歌。...

Highlights The no-restricted-imports rule has a new option importNamePattern. Features 8c9e6c1 feat:...

2023 11

Hey, I'm Fabio and I've been contracted by the Prettier team to speed up Prettier's command line int...

23w47

Doma

11-29 06:41

本周新收藏的歌,有三首。...

Prettier, a JavaScript code formatter, has seen an incredible adoption thanks to its careful handlin...

前面提到了渲染引擎的几种渲染方式,如果我们要在与用户交互的过程中识别到具体的元素,又该如何处理呢? Canvas 元素选择的难题 在《复杂渲染引擎架构与设计–3.底层渲染适配》一文中,我们介绍了不同...

CSS Grid is an incredibly powerful tool for building layouts on the web, but like all powerful tools...

As front-end developers, we often learn CSS by focusing on individual properties. Instead, we should...

Certain layouts are surprisingly dastardly. On the modern web, one of the most common layouts is als...

Removing type-land entries from import completions that can't be used in value-only-land....

23w45+46

Doma

11-20 02:13

这两周新收藏的歌,有三首。...

Highlights The no-console rule now provides suggestions for some of the problems reported by this ru...

Ternary formatting has always been a challenge, and we're finally addressing it in v3.1.0 with the i...

This release adds indentation back to nested ternaries along with a new --experimental-ternaries fla...

Nuxt DevTools v1.0 is out, generally available to all Nuxt projects!...

Earlier this year, I lost the ability to use a keyboard and mouse for extended periods. Fortunately,...

Last month, the Technical Steering Committee (TSC) met to finalize the features for ESLint v9.0.0. T...

Large language models like GPT-4 are becoming increasingly capable, at an alarming rate. Within a co...

23w44

Doma

11-05 23:35

Weekly 更新一整年了 🎉。...

Highlights Core formatting rules have been deprecated. Please see Deprecation of formatting rules bl...

2023 10

23w43

Doma

10-31 06:43

本周没有新收藏的歌。...

In ESLint v8.53.0, scheduled to be released on Friday, November 3, 2023, we will formally deprecate ...

23w42

Doma

10-23 05:26

本周新收藏的歌,有一首。...

FAQs for contributing to my create-typescript-app project or any repository scaffolded using it....

A thorough guide through contributing to create-typescript-app or any repository scaffolded using it...

Nuxt 3.8

Nuxt

10-19 08:00

Nuxt 3.8 is out, bringing built-in DevTools, automatic Nuxt Image install, a new app manifest and mu...

We are thrilled to release the new nuxt.com, powered by Nuxt UI and now open source....

Etramping最初的目标是分享他们如何在有限的预算下探索世界的经验,以帮助其他旅行者实现他们的梦想,并鼓励他们踏上冒险之旅。...

23w41

Doma

10-17 05:07

本周也没有新收藏的歌。...

MonitUp的初衷是用于员工监测,但随后决定将焦点放在提高工作效率上。Faruk 认为,尽管不是每家公司都希望对员工进行监测,但每家公司都渴望提高生产力。...

前面我们介绍了增量渲染的解决方案,其中有提到复用 Canvas 进行性能优化的解决方案。 本文我们将结合 Canvas 的能力提出进一步的优化方案:离屏渲染。 上一篇《6.增量渲染》提到页面滚动时 ...

Castanet 是一个专注于 LinkedIn 平台的营销工具,主要服务于咨询顾问、自由职业者和商机代理机构。Castanet 通过自动化营销活动,数据收集分析等方式自动寻找和产生销售线索。...

对于渲染引擎来说,如果每次都进行完整内容的计算和绘制,在低端机器或是负责页面的时候可能会出现卡顿。 因此,我们可以考虑设计一套增量渲染的能力,来实现改多少、重绘多少,减少每次渲染的耗时,提升用户的体验...

23w40

Doma

10-10 07:20

本周没有新收藏的歌。...

23w39

Doma

10-01 21:50

本周新收藏的歌,有一首。...

2023 09

平面电磁波可能是三维的波的最简单的例子....

Finding and eliminating thousands of calls to recreate a giant regular expression in a popular open ...

通过Cognota,他的目标是为L&D团队构建一个专门的系统,使他们能够有效地衡量学习结果并传达业务价值。...

One of the most commonly-misunderstood operators is Modulo (%). In this tutorial, we'll unpack exact...

Simplifying how many projects resolve their...

parserparser optionsprojecttsconfig

Videodeck 是为 Saas 公司提供经济实惠且可扩展的视频制作服务...

前面《渲染计算》一文中,我们提到了对于长耗时的渲染计算的优化方案,其中便包括了将大的计算任务拆分为小任务的方式。 本文我们以在线表格为例子,详细介绍下如何对长耗时的计算进行任务拆解。 渲染引擎计算任...

一家专注于为 Onlyfans 模特和数字创业家提供财务咨询的税务和会计机构,通常被称为“Onlyfans会计”或“Onlyfans注册会计”...

Angus Cheng 最近通过银行对账单转换器达到了 1 万美元的 MRR。...

WaveConnect 是一个通过电子名片来作为联系方式交换工具,并进而完成客户关系管理的 SaaS 平台。...

创建 Coachvox AI 的动机源于她发现人们想要与她交流、寻求指导和建议,但她没有时间或资源来满足这些需求。...

Austin Andrews 和 Jori Kerr 是一对年轻夫妻,他们现在通过在全世界帮助不在家的主人照顾宠物而生活。...

2023 08

Nuxt 3.7

Nuxt

08-25 08:00

Nuxt 3.7 is out, bringing a new CLI, native web streams and response, rendering optimisations, async...

Using Knip to automatically detect unused files and dependencies in the Centered repository....

前面《收集与渲染》一文中,我们简单提到说在一些复杂场景下,从服务端获取的数据还需要进行计算,比如依赖 Web 浏览器的计算,亦或是游戏引擎中的碰撞检测。 本文我们详细针对复杂计算的场景来考虑渲染引擎的...

Visualising RSC streaming...

Automating changes to module imports to overcome the build system not correctly tree shaking barrel ...

2023 07

前面我们介绍了复杂渲染引擎中,使用的收集和渲染、以及插件等架构设计。至于底层具体的绘制实现,前面提到的多是 Canvas,实际上我们还可以适配不同的绘制引擎。 多渲染方式适配 关于渲染引擎整体架构和...

为了记录自己的精神状态,我决定开始写周报。...

Syncthing 是我过去喜欢的计算机的一切。...

Learn how we made Nuxt 3 capable of running on edge runtimes to run with server-side rendering close...