Posts tagged "react"
5 articles
Why Your LLM App Feels Slow (And It's Not the Model)
An LLM generating 50 tokens/second isn't slow — but if your UI makes the user stare at a spinner for the first 2 seconds, it feels slow. Most LLM latency is a UX problem, not an infrastructure problem.
TypeScript Patterns I Actually Use in Production AI Apps
AI SDK types are a mess if you let them be. Here are the TypeScript patterns I've settled on for handling streaming responses, tool calls, and structured LLM output without losing type safety.
Data Visualization in React with Recharts
Recharts makes it easy to add beautiful, responsive charts to your React app. This guide walks through building a dashboard with line and bar charts.
Building Beautiful UIs with shadcn/ui
shadcn/ui gives you beautifully designed, accessible components that you own and control. Here's how to set it up and start building.
Getting Started with Next.js 15 and the App Router
A beginner-friendly introduction to Next.js 15 and the App Router. Learn how to structure your application, create layouts, and build your first pages.