Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Module Shared/ErrorBoundary

    Centralized error boundary pattern for browser-side dashboard components. Prevents individual component failures from breaking the entire page by wrapping render functions with error catching, fallback UI, and optional retry logic.

    Intelligence platform resilience layer — each dashboard panel is isolated so a single data-source failure never cascades to the rest of the page. Retry logic maximises successful data acquisition from unstable government APIs.

    Platform reliability — isolated component failures improve perceived reliability and reduce support incidents. Automatic retry reduces manual page refreshes and keeps users engaged with available data.

    Enterprise readiness signal — graceful degradation and structured error handling demonstrate production quality to government and enterprise prospects.

    Interfaces

    RenderWithFallbackOptions

    Functions

    renderWithFallback