NextPlayground
Sign in to explore cutting-edge Next.js features with interactive examples
Getting Started
Follow these steps to set up your own playground
Terminal
# Clone and install dependencies
git clone https://github.com/rmcguiness/next-playground.gitcd next-playgroundnpm install# Run the development server
npm run devBrowser
# Connect to Supabase
create a project at supabase.comget your project URL and anon key from the project settingsadd these to your .env.local file# Open your browser
http://localhost:3000Subjects Include
Suspense vs Loading Layout patterns
Promise-based Modal implementations
Dynamic Navbar with Supabase Auth
Jest and React Testing Library