That is legacy, the current way with page router model is to use getStaticProps or getServerSideProps.
And if using app router model, that is part of React server components.
That is legacy, the current way with page router model is to use getStaticProps or getServerSideProps.
And if using app router model, that is part of React server components.