error handling pages best practices
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
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
@Giant panda 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" ?