Contents tagged “JAMstack”
There are 7 contents with this tag:
-
Towards a Lightweight Jamstack
Not having to use a JavaScript framework also meant that HTML, not JSX or Vue components, is now front and center in the code you write. This helped me avoid the usual traps when writing React: the infamous div soup, inaccessible components, or non-semantic tags.
-
Netlify redirects and downloads
I knew about the download attribute, but not that it requires for the files to be on the same origin.
-
I think that's the first time someone shares one of my articles on Hacker News:
https://news.ycombinator.com/item?id=23232748Do I have to celebrate? Is it a rite of passage? 😅
-
JAMstack is fast only if you make it so
JAMstack often promotes itself as an excellent way to provide performant sites. It's even the first listed benefit on jamstack.wtf, a "guide [which] gathers the concept of JAMstack in a straight-forward guide to encourage other developers to adopt the workflow". But too many JAMstack sites are very slow.
-
Climbing the 11ty Performance leaderboard with Cloudinary, critical CSS and more
This is an excellent writeup of the different paths Bryan went to optimize the performance of his site built with Eleventy. I will definitely look for inspiration in this code.
-
La recherche dans du statique ? Facile avec Algolia !
Un des soucis avec un site statique tel que celui-ci, c'est que par définition il rend compliquée la mise en œuvre de fonctionnalités habituellement dynamiques. Les commentaires viennent immédiatement à l'esprit, et seront évoqués ultérieurement, mais la mise en place d'un moteur de recherche interne n'est pas plus simple. Heureusement, Algolia est là.
-
Gérer des commentaires sur un blog statique
Ce blog tourne depuis plus de 10 ans sur SPIP, mais cela fait des mois que je suis tenté de passer à un mode plus statique, avec publication par fichiers Markdown. Sauf que je suis plutôt attaché à la possibilité de commenter mes billets[1], et que je ne souhaite pas externaliser ces données. Pas simple…
See all tags.