Next.js Discord

Discord Forum

What is the alternative for getServerSideProps in app Router?

Answered
Seppala Siberian Sleddog posted this in #help-forum
Open in Discord
Seppala Siberian SleddogOP
I want to use something like getServerSideProps how can I do that using App Router.
Answered by riský
you just do that code in the function now (as it is server by default)
View full answer

1 Reply

you just do that code in the function now (as it is server by default)
Answer