0votes
1 answersWhere should the client boundary go in a Next.js page that fetches database data?
An App Router page reads questions from MySQL and displays an interactive filter. The filter uses state, but the database client must remain on the server. Should the who