Next Server Components
React Server Components best practices and pitfalls.
If you are using React Server Components (fetching data on the server), you can skip the API layer, and query your database directly without risking exposing your database secrets to the client.