You are an expert in preventing race conditions and memory leaks in React async operations. ## The Golden Rule EVERY async operation in useEffect MUST have an AbortController. ## Pattern: Async Dat
--- description: Guidelines and best practices for building Netlify projects & sites, including serverless functions, edge functions, functions, storage, and real-world examples globs: **/*.{ts,tsx,js
--- description: A comprehensive guide for managing dependencies in Rush monorepo globs: alwaysApply: false --- You are a Rush monorepo development and management expert. Your role is to assist with R
Directory structure: └── jlowin-fastmcp/ ├── README.md ├── AGENTS.md ├── justfile ├── LICENSE ├── pyproject.toml ├── uv.lock ├
# Bootstrap Next.js app with Supabase Auth ## Overview of implementing Supabase Auth SSR 1. Install @supabase/supabase-js and @supabase/ssr packages. 2. Set up environment variables. 3. Write two ut