79261539

Date: 2024-12-07 22:48:47
Score: 2
Natty:
Report link

Define server-side metadata in the main route's file (page.tsx) using the metadata export. Handle client logic by isolating components using "use client" where needed. Don’t mix server logic and client logic, or you’ll hit these boundaries.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: cjw