Was researching and had to 386 the Wikipedia article on PWAs.
https://en.wikipedia.org/w/index.php?title=Progressivewebapp&action=history
Was researching and had to 386 the Wikipedia article on PWAs.
https://en.wikipedia.org/w/index.php?title=Progressivewebapp&action=history
I honestly think if browsers implemented this, 80% of client-rendered Single Page Apps could be done as regular good ol’-fashioned websites.
Having to reimplement navigation for a simple transition is a bit much, often leading developers to use large frameworks where they could otherwise be avoided. This proposal provides a low-level way to create transitions while maintaining regular browser navigation.
Excellent presentation slides on all things Indie Web.
Checked in at Jacob’s Ladder Restaurant. Chowder and Murphys — with Jessica
It looks like this is landing in Chrome. The navigator.connection.type
property will allow us to progressively enhance based on connection type:
A web application that makes use of a service worker to cache resources during installation might have different bundles of assets that it might cache: a list of crucial assets that are cached unconditionally, and a bundle of larger, optional assets that are only cached ahead of time when
navigator.connection.type
is'ethernet'
or'wifi'
.
There are potential security issues around fingerprinting that are addressed in this document.
Refresh to get a new randomly generated constellation.
A lovely bit of creative JS from Emily
A good analysis, but my takeaway was that the article could equally be called Why it’s tricky to measure Client-side Rendering performance. In a nutshell, just looking at metrics can be misleading.
Pre-classified metrics are a good signal for measuring performance. At the end of the day though, they may not properly reflect your site’s performance story. Profile each possibility and give it the eye test.
And it’s always worth bearing this in mind:
The best way to prioritize content by building a static site. Ask yourself if the content needs JavaScript.
Well, this is simply delightful.
Here’s a great free curriculum for teaching HTML and CSS.