Created
August 1, 2020 02:21
-
-
Save cpv123/baac9d45ff519bff4bc822f1f70e4bc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Data fetching method | Type of server rendering | |
---|---|---|
None | Static | |
getStaticProps | Static | |
getServerSideProps | SSR | |
getInitialProps | SSR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment