Analyzing React’s Source Code for Type Mismatch Operations
Several weeks ago, I created a Babel plugin for runtime type-checking in JavaScript. After testing it on my own projects I applied it to… (more…)
Read more »
RSC From Scratch. Part 1: Server Components In this technical deep dive, we’ll implement a very simplified version of React Server Components (RSC) from the scratch. This deep dive will be publishe… Read more