admin管理员组

文章数量:1278859

We're trying to upgrade React to 19 and Next.js to 15, but URQL is blocking the upgrade.

The recommended approach uses withUrqlClient from next-urql, but that package is archived and depends on ssrPrepass, which is no longer maintained. As a result, upgrading isn't feasible.

Is there an alternative way to persist SSR data fetching and hydration for the client while using the Pages Router in _app.tsx (two-pass approach)?

本文标签: reactjsURQL in Nextjs pages router with SSR fetchStack Overflow