Today I learned

Web Sustainability Guidelines

#sustainability#javascript#accessibility#performance#html

The Sustainability Web Design Community Group announced the Web Sustainability Guidelines. It’s all about “how to design and implement digital products and services that put people and the planet first.”

Read more

View Transitions are coming (Astro 3.0)

#dom#javascript#astro

View Transitions will soon be available in all major browsers and Astro is the first framework to support them.

Read more

Have you used Web Components?

#javascript

Have you used Web Components? I have not and I wondered why. Dave Rupert has a lot on opinions why Web Components have not succeeded yet and in this post I summarize his blog post.

Read more

Secure JavaScript URL validation

#javascript#web-security

Today I learned about a secure way to validate URLs in JavaScript

Read more

Array Sort modifies the original array

#javascript

Today I learned, that when using the JavaScript sort() function on an array, it does not return a new array, but rather modifies the original one.

Read more

Efficiently load third-party JavaScript

#javascript#performance

Today I learned, how to efficiently load third-party JavaScript and share it on this post

Read more

The Set Object

#javascript

Read more

React Suspense Lazy Loading Components

#react#javascript#performance

Read more

Fetch API response.ok

#javascript

Read more

JavaScript Array Mutation

#javascript

Read more

No floating promises

#javascript

Read more

Optional Chaining

#javascript

Read more

What the heck is the event loop anyway?

#javascript

Read more

The cost of JavaScript frameworks

#javascript

Read more

ECMAScript 2020

#javascript

Read more

Replace axios with fetch

#javascript

Read more

JavaScript and Non-JavaScript experiences

#javascript

Read more