DEV Community

Discussion on: Handling runtime errors when server side rendering with Next.js

Collapse
 
deanius profile image
Dean Radcliffe

I would think you'd want a HOC or wrapper component for the try-catch solution - I'm very unaccustomed to seeing render data wrapped in try catch.