A simple pattern for versioned persisted state in React Native
Persisted State in React Native – A Simple, Type‑Safe Solution I’ve only been working with React Native for a few weeks. I thought persisted state would be a s...
Persisted State in React Native – A Simple, Type‑Safe Solution I’ve only been working with React Native for a few weeks. I thought persisted state would be a s...
Custom Auth Flow Implementation Recently I was trying to really understand custom auth flow and how its implementation actually works. So I started rebuilding...
Kaapi A flexible, extensible backend framework for modern APIs with messaging, documentation, and type safety built right in. > This series is written for back...
Se você trabalha com validação de dados em projetos modernos, a pergunta é inevitável: por que migrar do estabelecido Yup para o crescente Zod? 💡 A Vantagem do...
I recently published a tutorialhttps://youtu.be/C0Oxa1PtrbQ on using Zod validation with Angular Signal Forms, and it worked perfectly. But a Reddit commenter...
Nowadays, we’re more than just frontend developers With Next.js we build both client and server code in the same project, creating full‑stack applications with...
Introduction As a .NET developer, I’ve long been frustrated by one persistent pain point: most validation libraries rely heavily on reflection, leading to slow...
The Problem: Zod Validation Needs to Be Re‑Integrated After Signal Forms Migration Many developers encounter this exact issue: a form works perfectly with Reac...
!Cover image for Shadcn Builder: No-Code Form Generator for Reacthttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/ht...
Introduction We've just laid the foundation for the NextBlock CMS plugin system the Block SDK, and the core decision was all about safety. When a developer ins...
Introduction In this guide we’ll create a unified form that can handle both adding new data and updating existing data. Using a single form reduces code duplic...