Back to React On Rails

Context Map

CONTEXT-MAP.md

17.0.1792 B
Original Source

Context Map

Contexts

  • React on Rails Pro (RSC) — React Server Components integration: payload generation, embedding, caching, and client-router prefetch
  • React on Rails Pro (Rolling Deploy) — warming the Node Renderer bundle cache across a rolling deploy: pre-seed source, build-time vs. release-time seed, staging-to-production promotion

Other contexts (core gem, node renderer, generators) are not yet documented; add them here when their first term is resolved.

Relationships

  • Rolling Deploy → RSC: when RSC is enabled, each deploy has two draining bundles (server + RSC); the pre-seed stages each hash independently and must carry the RSC companion manifests or hydration breaks.