react-next-boilerplate
react-next-boilerplate copied to clipboard
Can you add a getStaticPaths example?
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.