The "Wrong Way" To Use React
Great explanation on the new react 19 pattern "render on fetch" vs the actual "fetch on render".
Great explanation on the new react 19 pattern "render on fetch" vs the actual "fetch on render".
I've always loved swipe actions, but it's really not the easiest to build. Learn how to use framer motion to build your own swipe behaviors.
With this new feature, the Astro team breaks again the frontier between CSR and SSR. Server Island allows you to dynamically fetch portions of you page directly on the server. Discover this breakthrough with a comparison of the Edge feature from Vercel.
Always interesting to have qualitative feedbacks.. Is tanstack router as good as everyone says ?
The new Material ui version is released. Don't forget to check the new features and improvements before upgrading your code.
Why some people are just more successful than others ? ARe they just more lucky ? Or did they create their own luck.. ?
Discover what are pure functions, why and how to keep your code pure. Save yourself headaches, just do it.
Always good to refresh our security knowledge and audit if all precautions are taken on our websites.
We already know it, the future of authentication is passwordless. Some websites like amazon or github already propose to authenticate an user by generating a fingerprint from the browser. Learn how to implement passkeys in your applications to go passwordless.
Interesting interview about the pragmatic drag and drop lib created by Alex Reardon from Atlassian
Although Deno didn't had (yet) the success we could have predicted, it is still alive and maintained. Listen its creator Ryan Dahl (also the creator of node) talking about Deno's V2.