Next.js + RTK Query: How do I integrate server side rendering with RTK data fetching?
I want to render a static listing with cached HTML on initial page load using data that was fetched server side.
I want to render a static listing with cached HTML on initial page load using data that was fetched server side.