vitejs/vite-plugin-react

Add error handling example

Aberta

#795 aberto em 28 de ago. de 2025

 (2 comentários) (2 reações) (1 responsável)TypeScript (251 forks)auto 404
good first issueplugin: rsc

Métricas do repositório

Stars
 (1.094 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Add an example of using common error handling API such as onError, digest, captureOwnerStack, etc. See


Also more functional robustness for:

  • handle ssr error and fallback to csr
  • handle broken rsc stream on client (e.g. network error / server function error)

Guia do colaborador