Is handeling evething in one route antipattern? #2488
Closed
ivanjeremic
started this conversation in
General
Replies: 1 comment
-
yes. question asked another way:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some specific use cases where I serve multiple things with nitro, one of them being a nextjs app where I manually handle next and give it to the nitro eventHandler, because it would simplify things a lot I wanted to ask if it is an antipattern to have everything in one spread
[...].ts
route handled and if it impacts performance? If there is something I could do better I would love to hear suggestions. Thanks.Beta Was this translation helpful? Give feedback.
All reactions