Starters
Get going quickly with a GraphQL Starter project.
This starter is a straightforward blog website using React. Here are some of the features of this project:
- GraphQL introspection query
- Working previews
- Prismic toolbar
The 4 implementations using the GraphQL pagination demonstrated in this project are:
- Recursively querying all documents of a type (more than the 20 item limit)
- An infinite loader button
- Next & Previous results buttons
- A full pagination example
BlogPagination and Preview starter
Simple blog website showcasing a number of pagination methods with React and GraphQL.
Here is how to get this starter project up and running.
After downloading the project files. Open your terminal to the root of the project and run the following command.
npm install
Run the following command and open your browser to http://localhost:3000 to view the project in development mode.
npm start
Was this article helpful?
Can't find what you're looking for? Spot an error in the documentation? Get in touch with us on our Community Forum or using the feedback form above.