https://github.com/aaronksaunders/ionic-react-graphql
Sample Application using GraphQL Apollo Client's React Hooks API with Ionic Framework
https://github.com/aaronksaunders/ionic-react-graphql
apollo apollo-client apollo-hooks context-api graphql ionic-framework react reacthooks reactjs
Last synced: 10 months ago
JSON representation
Sample Application using GraphQL Apollo Client's React Hooks API with Ionic Framework
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic-react-graphql
- Owner: aaronksaunders
- Created: 2020-08-24T01:22:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T22:43:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T20:11:29.580Z (11 months ago)
- Topics: apollo, apollo-client, apollo-hooks, context-api, graphql, ionic-framework, react, reacthooks, reactjs
- Language: TypeScript
- Homepage:
- Size: 238 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic ReactJS And GraphQL
### Ionic ReactJS Videos
https://www.youtube.com/c/AaronSaundersCI/playlists?view=50&sort=dd&shelf_id=3
Sample Application using Apollo Client's React Hooks API
- https://www.apollographql.com/docs/react/api/react/hooks/
Using the `json-graphql-server` npm package to quickly spin up a sample GraphQL Server
- https://github.com/marmelab/json-graphql-server
- start server `json-graphql-server db.json`