jakala-na / next-contentful-starterkit

https://next-contentful-starterkit.vercel.app/
MIT License
2 stars 0 forks source link

Add error boundary to component renderer to prevent whole page from failing when one component fails #41

Open asgorobets opened 3 months ago

asgorobets commented 3 months ago

Consider wrapping each component rendered by component renderer into an error boundary, this allows for soft errors if one of the components failed to render