Found 1001 bookmarks
Newest
SharedWorker - Web APIs | MDN
SharedWorker - Web APIs | MDN
The SharedWorker interface represents a specific kind of worker that can be accessed from several browsing contexts, such as several windows, iframes or even workers. They implement an interface different than dedicated workers and have a different global scope, SharedWorkerGlobalScope.
·developer.mozilla.org·
SharedWorker - Web APIs | MDN
How to evaluate dependencies
How to evaluate dependencies
One of my stock interview questions goes: "When picking between dependencies to use in production, what factors contribute to your decision?" I'm surprised by how often I receive an answer along the lines of "Github stars" and not much else. I happen to think Github stars is a terrible metric for selecting production code, so this post sets out my idea of a healthier framework to evaluate dependencies.
·philbooth.me·
How to evaluate dependencies
Faker.js UI
Faker.js UI
Use Faker.js UI to easiliy generate fake (but realistic) data for testing and development using Faker.js
·app.fakerjsui.com·
Faker.js UI
2023 State of Web Components
2023 State of Web Components
Looking at uses of Web Components in the wild today and how the platform has grown over the years and is likely to evolve in the future.
·eisenbergeffect.medium.com·
2023 State of Web Components
A Well-Known Links Resource
A Well-Known Links Resource
Writing about the big beautiful mess that is making things for the world wide web.
·blog.jim-nielsen.com·
A Well-Known Links Resource
Vertical rhythm using CSS lh and rlh units | pawelgrzybek.com
Vertical rhythm using CSS lh and rlh units | pawelgrzybek.com
Vertical rhythm is a design concept that helps to create a harmonious layout by following consistent spacing between elements, typically using the height of a line as a base.
·pawelgrzybek.com·
Vertical rhythm using CSS lh and rlh units | pawelgrzybek.com
Modals Will Never Be The Same - HTML dialog Element
Modals Will Never Be The Same - HTML dialog Element
The new HTML dialog element makes working with accessible modals so much easier. In this article I explain everything you need to know about the new dialog element to use it in your next project.
·blog.webdevsimplified.com·
Modals Will Never Be The Same - HTML dialog Element
Understanding React Concurrency
Understanding React Concurrency
React v18.0 has broken ground by introducing a long-awaited feature: Concurrency! Unfortunately, despite a deluge of resources explaining how to use it, explanations of how it works are sparse. As it is a low-level feature, it’s not critical to understand React’s idea of concurrency, but it doesn’t hurt!
·bbss.dev·
Understanding React Concurrency
You Might Not Need React Query
You Might Not Need React Query
React Query is a great library, but like any tool, you should choose it for the right problem
·tkdodo.eu·
You Might Not Need React Query
Solving Media Object Float Issues With CSS Block Formatting Contexts — Smashing Magazine
Solving Media Object Float Issues With CSS Block Formatting Contexts — Smashing Magazine
This article covers common problems using CSS floats and how to solve them using a block formatting context (BFC). Whether you are a beginner or an experienced web developer, you will learn valuable insights and practical solutions for dealing with CSS float issues.
·smashingmagazine.com·
Solving Media Object Float Issues With CSS Block Formatting Contexts — Smashing Magazine
All JavaScript and TypeScript Features of the last 3 years
All JavaScript and TypeScript Features of the last 3 years
This article goes through almost all of the changes of the last 3 years (and some from earlier) in JavaScript / ECMAScript and TypeScript.
·betterprogramming.pub·
All JavaScript and TypeScript Features of the last 3 years
Bloom Filters Explained
Bloom Filters Explained
probabilistic data structure to check membership of an item in constant time and space
·systemdesign.one·
Bloom Filters Explained
Scoped CSS is Back
Scoped CSS is Back
Several years ago, I made a plea to save scoped CSS. One of the top features on my CSS wishlist was on the chopping block, and despite a pretty big push from th
·keithjgrant.com·
Scoped CSS is Back
So you want to build end-to-end tests like a QA Wolf | QA Wolf
So you want to build end-to-end tests like a QA Wolf | QA Wolf
A well-built test suite runs faster, gives more reliable results, and makes long-term maintenance easier and cheaper. After thousands and thousands of end-to-end tests, we've picked up a few tricks to build fast, stable, and accurate ones. So come along and we'll teach you how to build automated tests the QA Wolf way.
·qawolf.com·
So you want to build end-to-end tests like a QA Wolf | QA Wolf
Using Next.js Route Handlers - LogRocket Blog
Using Next.js Route Handlers - LogRocket Blog
In this article, we'll discuss Route Handlers in Next.js v13.2, the new features, and the Remix routing system.
·blog.logrocket.com·
Using Next.js Route Handlers - LogRocket Blog
Diagnosing React Native crashes - LogRocket Blog
Diagnosing React Native crashes - LogRocket Blog
In this post, learn how to diagnose and resolve the root causes of your errors when your React Native Android app keeps stopping.
·blog.logrocket.com·
Diagnosing React Native crashes - LogRocket Blog