Tag
Javascript
Articles, notes, and experiments on javascript — patterns, trade-offs, and implementation details worked through on production projects.
Angular vs React 2026: Complete Framework Guide
Compare Angular 19 Signals vs React 19 Compiler on performance, job market, and enterprise use cases. Complete data-driven framework comparison guide.
Astro Content Collections: Complete 2026 Guide for Astro 6
Master Astro 6 content collections with build-time and live collections, Zod 4 schemas, remote loaders, and a clean migration path from the legacy API.
React Hooks Best Practices 2026 (React 19 + use() Hook)
React 19 hooks best practices: master useState, useEffect, useRef, useMemo, useCallback, custom hooks, and the new use() hook with production-ready examples.
React Performance: 4-Step Optimization Framework
Fix slow React apps with profiling, React.memo, code splitting, and virtualization. Learn when to optimize and how to avoid premature optimization mistakes.
React Server Components in 2026: Status & Best Practices
What React Server Components are in 2026 and where they stand: RSC vs client patterns, bundle-size wins, migration strategy, and best practices with real examples.
Redux vs Zustand vs Jotai: Best React State (2026)
Redux Toolkit vs Zustand vs Jotai compared on bundle size, performance, and DX. See the trade-offs and pick the best React state library for your 2026 project.
TypeScript for React: Best Practices & Patterns (2026)
Master TypeScript React patterns for props, hooks, and components. Learn why types matter with AI tools like Cursor, plus discriminated unions and generics.