admin管理员组

文章数量:1389260

I'm having a little problem on my SSR calls for RTK query, they provide hooks to use but in the case of server side rendering, how do I fetch data via RTK query? I could not find a solution for it and just wrote the SSR fetch on my own without RTK.

As you can see the docs are not updated for NextJS 15 (no getStaticProps or getServerSideProps now). am I missing something?

本文标签: nextjsNextJS 15SSR fetching with RTK query amp ReduxStack Overflow