Frontend

Frontend

SvelteKit - THE FASTEST WAY TO BUILD SVELTE APPS

SvelteKit is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.

Read
Frontend

Tailwindcss - Rapidly build modern websites without ever leaving your HTML

Tailwind CSS is the only framework that I've seen scale on large teams. It’s easy to customize, adapts to any design, and the build size is tiny. Especially when you use also other tools like autoprefixer and postcss.

Read
Frontend

Svelte/Sapper - my new love

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.

Read
Frontend

Incremental static regeneration - SGG alternative in Next.js

Latest changes in Next.js v9.4 include incremental static regeneration (ISR), Web Vitals reporting, new environment config, and more.

Read