# getServerSideProps method
# What is getServerSideProps?
Please refer to this (opens new window) Next.js docs for the details on the getServerSideProps
method.
# How to use getServerSideProps?
Please refer to this (opens new window) Next.js docs to know how to use the getServerSideProps
method.
# Why have we not used the getServerSideProps method?
We are using @fake-db
; thus, we weren't bound to use the getServerSideProps
method.
NOTE
If you are using the getServerSideProps
method and exporting the static HTML files to your server, these (opens new window) are unsupported features that cannot be computed during the build process.