Hacker News new | ask | show | jobs
by pinum 2057 days ago
I assume you're referring to what Next describes as a "Custom Server", e.g. taking over the server-side control flow.

Personally, I keep Next stock for the frontend, and just write an entirely separate backend/API server. I would want to do that in any event, just to achieve separation of concerns and avoid lock-in.