Posts tagged “React”
13 articles · 9 per page
API
Accessibility
Animation
Architecture
Backend
Blog
Browser
CSS
Compiler
DX
Data fetching
Design Systems
DevOps
Docker
Frontend
GitHub
JavaScript
Markdown
Media
Monorepo
Next.js
Node.js
ORM
Observability
Performance
Pipeline
Playwright
PostgreSQL
Prisma
React
Real-time
Redis
Security
Serverless
State management
Stripe
Tailwind CSS
Testing
Tooling
Turborepo
TypeScript
Vitest
Web
i18n
•4 min read
Less useEffect: data fetching in modern React
Why useEffect-based fetch became a default, what breaks (Strict Mode, stale closures, waterfalls), and how Server Components, route loaders, and TanStack Query each fit different constraints.
React
Next.js
•2 min read
Zustand for client state (and hydrating from the server)
When a small store beats Context, slices and middleware, persist middleware caveats, and passing initial state from RSC without duplicate fetches.
React
TypeScript
State management
•3 min read
Storybook for documentation and interaction tests
Composition patterns, play functions with Testing Library, accessibility addon workflows, visual regression options, and how Storybook fits CI for design systems.
React
Testing
Design Systems
•3 min read
Using the Fetch API in JavaScript
Beyond GET: JSON bodies, headers, credentials, CORS, cancellation with AbortController, streaming responses, and how Next.js extends fetch with caching controls.
Next.js
React
Markdown
Blog