Skip to main content
CJ
  • Articles
  • Projects
  • Contact

Tagged: React

4 articles on react.

React Tooling 2024: Stop Using the Wrong ShitReact Tooling 2024: Stop Using the Wrong Shit
June 4, 2024•6 min read

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.

ReactRead more →
What It Actually Takes to Build a Real LLM AgentWhat It Actually Takes to Build a Real LLM Agent
January 16, 2024

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.

ReactRead more →
Stop Using Optional Props: Why Discriminated Unions Make Better React ComponentsStop Using Optional Props: Why Discriminated Unions Make Better React Components
August 23, 2023

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.

ReactRead more →
React State Management & Clean SPA ArchitectureReact State Management & Clean SPA Architecture
May 24, 2023·10 min read

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.

ReactRead more →

Clint Johnson

I build stuff for healthcare companies. Sometimes it works, sometimes I learn something. Always caffeinated, usually in Nashville.

Site

  • Articles
  • Projects
  • Contact
  • RSS

Connect

  • 1Put Health

    Healthcare innovation studio

    View

© 2026 Clint Johnson. All rights reserved.