Comment on Does anyone "love" Next.js's new App Router?parentComments−leerob2yIt's okay to make things "use client" – it effectively functions like the Pages Router but with streaming support (so better performance without you needing to do anything, basically).
Comments
It's okay to make things "use client" – it effectively functions like the Pages Router but with streaming support (so better performance without you needing to do anything, basically).