Tagged: React
4 articles on react.

React Tooling 2024: Stop Using the Wrong Shit
After building 20+ React apps this year, here's what actually works and what's a waste of time. Spoiler: You're probably overengineering.

What It Actually Takes to Build a Real LLM Agent
Everyone's talking about agents. Few people have actually built one that works in production. Here's what the architecture papers skip: the failure modes, the memory tradeoffs, the tool design decisions that actually matter.

Stop Using Optional Props: Why Discriminated Unions Make Better React Components
Optional props feel flexible until they ship a runtime error to production that TypeScript should have caught at compile time. Here is the pattern I now use in every component.

React State Management & Clean SPA Architecture
State management becomes much less important when working with SSR, but it's still important to understand the basics of state management in React.js. Chances are you may see a React.js single page application with a need for simple state management. In this article, we will explore the most popular state management tools in the React.js ecosystem: Redux, Zustand, Recoil, and the Context API, but there are many more.



