error handling pages best practices
Unanswered
Asian black bear posted this in #help-forum
Asian black bearOP
Is it recommended to implement dynamic routing in a not-found.tsx component on the client side, or should this component remain server-side to handle routing and error handling efficiently in Next.js?
1 Reply
@Asian black bear Is it recommended to implement dynamic routing in a not-found.tsx component on the client side, or should this component remain server-side to handle routing and error handling efficiently in Next.js?
what do you mean by "dynamic routing in a not-found.tsx component" ?