What is the best way to make requests to a external api with Next?
I have a nodejs server and would like to make requests from a next application.
I read about Route handlers, but I don't know if it's the best strategy and how to implement it
I read about Route handlers, but I don't know if it's the best strategy and how to implement it
