RSC requests making everything very slow
Unanswered
Round sardinella posted this in #help-forum

Round sardinellaOP
We're using Next with app router for our React app which we want to be entirely client-side, so we've put "use client" everywhere. However, there's still some RSC request being made on every page navigation. It's blocking and adds a lot of latency, so we've been trying really hard to stop it from happening but can't find a way. We've tried using
router.push
instead of Link
and various settings, but nothing works. Any ideas here? At this point we're even considering moving to another framework but it seems weird that Next.js wouldn't support this