What is the alternative for getServerSideProps in app Router?
Answered
Seppala Siberian Sleddog posted this in #help-forum
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)
1 Reply
you just do that code in the function now (as it is server by default)
Answer