Strategies for building Jamstack sites evolved since 2015. How is the Jamstack defined today?
2022: Posts tagged #code
Paul Hebert´s article The Colors Used by the Ten Most Popular Sites from 2016 is several years old, but I got aware of it only today. It seems there is (was) a lot of blue, red, and orange.
Transition between server-side rendered pages without using JavaScript
Diagrams to explain how JavaScript defer and async loading works in the browser
The Jamstack comes with the promise to make websites faster, more secure, and to provide a better developer experience. Why is that the case?
A comprehensive list of ES5 and ES6 feature support in a variety of web browsers, compilers, and runtimes: The kangax ECMAScript compatibility table.
Zell Liew has written a simplified wrapper around fetch, named zl-fetch, that looks promising. From the current v4.0.0 onwards, zl-fetch is a ESM library. It cannot be used with CommonJS anymore.
Manuel Matuzović prepared a tutorial on web.dev: Building the main navigation for a website.
This tutorial describes how to build an accessible main navigation of a website. You learn about semantic HTML, accessibility, and how using ARIA attributes can sometimes do more harm than good.
Luke Hoban (+27 contributors) compiled a comprehensive list of the ECMAScript 6 Features on GitHub.