A simple react app using Apollo Client to display the Pokemon data from the following API: https://graphqlpokemon.favware.tech/v7
- @apollo/client
- graphql
- React-Router-Dom
- Bootstrap
- https://www.apollographql.com/docs/react/get-started
- https://www.youtube.com/watch?v=hUhWtYXgg0I
- https://www.loginradius.com/blog/engineering/react-context-api/#:~:text=The%20React%20Context%20API%20is,to%20state%20management%20using%20Redux.
- https://www.freecodecamp.org/news/react-context-for-beginners/
- https://legacy.reactjs.org/docs/context.html
- https://blog.logrocket.com/react-context-api-deep-dive-examples/