vercel / next-react-server-components

Demo repository for Next.js + React Server Components
https://next-rsc-hn.vercel.app
MIT License
984 stars 158 forks source link

Handling error in data fetching #34

Closed huozhi closed 2 years ago

huozhi commented 2 years ago

Currently if there're errors of data fetching on server side, it will just hang with suspense fallbacks instead of providing a useful error message. Need to provide a better way of helping notice errors of data fetching, easiler espically in dev mode