Tools and references that shape how I build.
Direct reference for core React APIs and Hooks. This is where I usually land when I need exact behavior or signatures. · React
Authoritative reference for JavaScript syntax, built-ins, and language behavior. · JavaScript
Documentation for the App Router, layouts, routing, and data fetching patterns in Next.js. · Next.js
Quick access to Tailwind’s utility-first approach and class patterns. Useful when composing layouts fast. · CSS
Configuration reference for Vite when tweaking build, plugins, or environment behavior. · Tooling
Runtime APIs, modules, and Node-specific behavior for backend development. · Node.js
A simple way to use popular icon packs as React components. Useful for quickly adding consistent icons without managing SVGs manually. · React
Browser compatibility checks before relying on modern web features. · Compatibility