vitejs/vite-plugin-react

Add error handling example

オープン

#795 opened on 2025/08/28

 (2 件のコメント) (2 件のリアクション) (1 人の担当者)TypeScript (251 件のフォーク)auto 404
good first issueplugin: rsc

Repository metrics

Stars
 (1,094 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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)

コントリビューターガイド