vitejs/vite-plugin-react

Add error handling example

开放

#795 创建于 2025年8月28日

 (2 条评论) (2 个反应) (1 位负责人)TypeScript (251 个派生)auto 404
good first issueplugin: rsc

仓库指标

星标
 (1,094 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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)

贡献者指南