Think like a chef. Not every dish needs to be cooked fresh (SSR). Some can be meal-prepped (SSG), and some should be served right from the pantry (CSR).
pages/api/hello.js file is actually a mini serverless function.
Keep logic lean and consider externalizing business logic when things get serious.
Next.js routing is basically witchcraft compared to React Router.