Open lucacasonato opened 4 years ago
The getServerSideProps is used to enable dynamic server side rendering. On initial request to the server, the page should be pre-rendered, and on client navigation the data should be fetched from the server, and rendered on the client.
getServerSideProps
The
getServerSideProps
is used to enable dynamic server side rendering. On initial request to the server, the page should be pre-rendered, and on client navigation the data should be fetched from the server, and rendered on the client.