relay-nextjs
Relay Hooks integration for Next.js apps
Integrated with Next.js
relay-nextjs
was designed with Next.js in mind from the start. Perfectly integrated with Relay Hooks and no need to change pages not using it. 100% backwards compatible.
Designed for Server Rendering
Next.js speeds your page loads up using server-side rendering but subsequent navigations require a server-round trip. relay-nextjs
keeps client-side navigation snappy with all the performance of SSR.
Unlock React Suspense
relay-nextjs
uses React Suspense under the hood to orchestrate loading states across the page. Don't worry — we only use publicly documented APIs so you won't be stranded in two years.