2023

😎 Unlocking Next.js Benefits: No SSR? No Problem!

Explore the benefits of using Next.js for app development, even if you don't require Server Side Rendering. Learn how its features enhance performance, speed up development, and maintain flexibility while simplifying the development process.

2022

🧪 Can SVG Symbols affect web performance?
2336 views

When it comes to repeatable SVGs, most people would create a component and reuse it anywhere they want. There's a high chance, that you would be missing some performance freebies. If you're striving for that bang-for-the-buck kind of performance, this article might be interesting for you.

🌎 Simple, pragmatic and performant i18n solution for JavaScript applications

A copy-paste snippet for pragmatic i18n implementation for any modern JavaScript application. Supports dotted paths & TypeScript.

🖼️ One rule for optimizing images on the web
157 views

The only rule you need to serve well-optimized images on the web

2021

♻️ Reusing SVG elements in HTML without copy-pasting it
784 views

Snippet for reusing SVG elements in HTML without copy-pasting it. Example made in React.js

👨🏻‍💻 NextJS custom image loader with WebP support and polyfill
814 views

Using next/image component with custom loader that supports both webp and jpeg polyfill in Safari. Three possible solutions and example with Contentful API.