Tag: Javascript
Articles, notes, and experiments on javascript. If you're exploring this area, these posts cover patterns, trade-offs, and implementation details I've 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
Master Astro's Content Layer API with Zod validation, remote loaders, and performance optimization. Complete migration guide with production-ready examples.
React Hooks Complete Guide 2026 (React 19 Update)
Master React 19 Hooks: useState, use(), useEffect alternatives, useRef, useMemo, useCallback, custom hooks, and concurrent features with production 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: Practical Guide (2026)
Master React Server Components with RSC vs client patterns, migration strategies, and performance optimization. Includes security updates and real examples.
React State: Redux vs Zustand vs Jotai (2026)
Compare Redux Toolkit, Zustand, and Jotai for React state management. Learn which library fits your project size, performance needs, and team skill level.
TypeScript for React: Patterns & AI Best Practices
Master TypeScript React patterns for props, hooks, and components. Learn why types matter with AI tools like Cursor, plus discriminated unions and generics.