Skip to main content

20 docs tagged with "react"

View all tags

ChatGPT-Style AI Chat Application

Staff-level frontend system design guide covering requirements, entities, APIs, streaming, state management, rendering performance, reliability, accessibility, and frontend scale.

Design an Enterprise AI Marketing Assistant

Staff-level full-stack and agentic system design for an assistant that answers questions about campaigns, audiences, content, and customer journeys, then executes approved actions.

Facebook-Style News Feed

A frontend system design guide for building a personalized, long-lived, interaction-heavy news feed.

Live Payment / Webhook / Alert Monitor

Staff-level frontend system design guide for a Stripe-like live payment, webhook, and alert monitoring dashboard: transport, ingestion pipeline, backpressure, virtualization, and reconnect strategy.

Notifications — Frontend System Design

Staff-level frontend system design guide for a real-time notification system: requirements, architecture, data model, multi-device consistency, and reconnect/failure handling.

Responsive Calendar Date Picker

Staff-level interview guide for designing an accessible, responsive, performant, and internationalized calendar date-picker.

Rich text Editor

Staff-level frontend system design guide for building a rich-text editor (Notion/Google-Docs-style): document model, selection, input handling, formatting, undo/redo, collaboration, and performance.

Tooltip

Staff-level frontend system design guide for a reusable tooltip system: CSS-only vs React/portal implementations, positioning/collision logic, accessibility, mobile design, and performance.