Posts tagged “Frontend”
3 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
•1 min read
CSS cascade layers (@layer) for predictable specificity
Ordering theme, components, and utilities; taming third-party CSS; and how layers interact with !important.
CSS
Frontend
•1 min read
Layout animations with Framer Motion
layout and layoutId for shared element transitions, FLIP under the hood, performance with transform, and reduced motion preferences.
React
Animation
Frontend
•4 min read
TypeScript utility types I use every day
From Pick and Omit to satisfies, mapped types, and when to reach for conditional types—patterns for APIs, forms, and component libraries without drowning in generics.
TypeScript
Frontend