Zustand 5 Is Here
No new feature in this 5.0 version, but a lot of old code / feature deletions and a final size twice smaller.
No new feature in this 5.0 version, but a lot of old code / feature deletions and a final size twice smaller.
Just stop using express.. Discover Hono and why its better to use than Express
Storing booleans as timestamps sounds crazy, but in reality it is actually not a bad idea. In this video I talk about the pros/cons of this approach so you can evaluate if it is right for you.
Great interview of Tanner Linsley about Tanstack start, its new framework and its previsions for it. Followed by a presentation from Tanner himself about the Tanstack Start. I can't wait for it to get released in 1.0..
Svelte 5 has just been released. Discover what's new in these videos.
Why use a backend when you can use a client sqlite database ? In this quick demo, Ben shows how to install and use a full sqlite database directly from the browser with Astro.
How to make beautiful animated sidebars using Framer Motion.
Understand and start using the new server action pattern in a Nextjs codebase.
Learn how to build your own authentication system, it's not that hard.
No major changes, but some improvements on caching and app router. Beware, it includes some breaking changes.
With Google changing its financial policy about using maps API and SDK few years ago, it became mandatory to find a replacement. Maps services is a jungle right now, but in this video, CJ helps us find the best alternatives and show us how to use them for free.
In this video, we will learn how to implement 2FA, SMS Codes, Magic Links and other login verification methods.
A quick overview of the new TanStack Start, a meta framework based on React, with server actions, suspense, router, and more. Currently in alpha, but i already feel this will be my next preferred toolkit for 2025.
In this article, Aurora shows how to use the new `useActionState` hook to handle form validation errors and resets.