How to Build a Notification Center in React
Build a complete notification center with a bell icon badge, dropdown panel, read/unread states, and real-time updates.
Articles and guides about tutorials.
Build a complete notification center with a bell icon badge, dropdown panel, read/unread states, and real-time updates.
Create a customizable dashboard with resizable, draggable widget cards using react-grid-layout in React.
Integrate LaunchDarkly feature flags in Next.js for server and client components, with targeting rules and A/B testing.
Build a full-featured rich text editor with Tiptap in React with a toolbar, image uploads, slash commands, and markdown shortcuts.
Harden your Next.js app with security headers, CSRF protection, input sanitization, rate limiting, and secure authentication patterns.
Write unit and integration tests for React components using Vitest and React Testing Library with practical patterns.
Build a code syntax highlighter component using Shiki with line numbers, copy button, language badge, and line highlighting.
Build a collection of reusable React hooks including useLocalStorage, useMediaQuery, useClickOutside, useIntersectionObserver, and more.
Set up a type-safe GraphQL API inside your Next.js app using GraphQL Yoga for the server and Pothos for the schema builder.
Build a Core Web Vitals monitoring dashboard that tracks LCP, FID, CLS, INP, and TTFB with historical trends in Next.js.
Turn your Next.js app into a Progressive Web App with offline support, install prompts, push notifications, and background sync.
Create a custom video player component in React with play/pause, progress bar, volume control, fullscreen, and keyboard shortcuts.