React (Web)

Examples (Web)

Chat Playground

This demo combines the core behaviors needed for production chat feeds:

  • onStartReached prepends older messages from the top
  • maintainVisibleContentPosition keeps the viewport stable while prepending
  • initialScrollIndex starts the feed at the latest messages
  • maintainScrollAtEndThreshold controls bottom-follow behavior
  • Sticky day boundaries are always enabled

Horizontal Infinite Calendar

This demo shows a month-based calendar timeline with:

  • horizontal scrolling
  • 3 months visible at a time
  • buttons for previous/next month and today
  • true unbounded scrolling via recentering
March 2026

On this page