#why getInitialProps() for NextJS template instead of newer getServerSideProps()
3 messages · Page 1 of 1 (latest)
Templates always provide working ssr example, you can use any other methods in your application if you think that they will do a better job.
It’s not that i think I can do a better job. I’m just trying to understand the discrepancy - and if there is a specific reason Mantine needs to use getInitialProps as opposed to it just does because no-one has got around to updating the template.