This powers the frontend for Pokemon GraphQL pagination caching pet project.
The initial requests consist of the first 10 Pokemon. Clicking load more
button will initiate the next 10 Pokemon
ie.
- first request - offset:0, limit:10
- second request - offset:10, limit:10
The backend handles the merging strategy and supplies the full data to the frontend
pokemon-graphql
running
yarn start
Start the app