vitejs/vite-plugin-react

Add error handling example

Aperta

#795 aperta il 28 ago 2025

 (2 commenti) (2 reazioni) (1 assegnatario)TypeScript (251 fork)auto 404
good first issueplugin: rsc

Metriche repository

Star
 (1094 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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)

Guida contributor