Fate: A modern data client for React and tRPC
Article URL: https://fate.technology/posts/introducing-fate Comments URL: https://news.ycombinator.com/item?id=46204998 Points: 9 Comments: 2...
Article URL: https://fate.technology/posts/introducing-fate Comments URL: https://news.ycombinator.com/item?id=46204998 Points: 9 Comments: 2...
I’m often asked by clients and junior colleagues alike: “Zsolt, why is there so much stuff? Why isn’t a single server and an HTML file enough anymore?” The answ...
Stop Struggling with CORS Errors in the MERN Stack A Visual Guide It’s a rite of passage for every full‑stack developer. You spend hours building your Express...
Vercel Agent now detects vulnerable packages in your project, and automatically generates pull requests with fixes to upgrade them to .patched versions Powered...
The Fragmentation Problem Modern frontend development has a familiar pattern: - Start with simple useState hooks - Need shared state? Add Context - Context re‑...
!Cover image for useTransition vs useOptimistichttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to...
'What is Internationalization i18n?
Introduction The cursor on our screen has been blinking at the same rate since the day computers were born, but everything behind it has changed. There was a t...
A Brief History Back in 2010, Knockout.js introduced the ideas of Observable and Computed to the frontend world. For the first time, the browser had a practica...
About Me Hi everyone! I’m Abderrahmane Kassimi, a final‑year engineering student in Computer Science & Networks MIAGE at EMSI Rabat. I've always been fascinate...
Problem I’m trying to render a block of code as a paragraph inside a React component, but it isn’t displaying correctly. Code jsx const VideoExample = => { con...
The Problem When using React Context, every component that consumes the context re‑renders whenever any value in that context changes. javascript import { crea...