Blog

Useful React articles first. Product expansion second.

The blog is the lowest-cost traffic surface that still matches the product. Each post is written to attract React developers who care about judgment, AI-assisted coding, and shipping fewer frontend mistakes. The funnel now splits directly into the Dispatch sample issue or Founding Access so traffic quality is easier to judge.

7 React Code Smells AI Generators Repeat

The model changes names and styling, but the underlying mistakes repeat. Once you know the pattern family, AI-generated React diffs become much faster to judge.

ReactAI codingcode smellfrontend
Read article

useReducer vs useState for Complex React Forms

Complex forms tempt developers to reach for a reducer too early. The right choice depends less on field count and more on whether the state transitions need one coherent model.

ReactuseReduceruseStateforms
Read article