If You're Going to Use Next.js — At Least Use it Right
\
I come across a lot of projects built with Next.js that are full of use client and hooks written like it’s a standard React SPA.
Abusing use client kills the benefits of React Server Components (R...