Open JohnAllen opened 2 years ago
This example is out of date and uses a POST request to make getStories queries. And the example in this repo uses a plain react functional component and neither of getStaticProps or getStaticPaths which are kind of core to NextJs.
POST
getStories
This example is out of date and uses a
POST
request to makegetStories
queries. And the example in this repo uses a plain react functional component and neither of getStaticProps or getStaticPaths which are kind of core to NextJs.