https://github.com/tupizz/frontend-react-graphql
A project using reactjs, apollo client to perform GraphQL queries
https://github.com/tupizz/frontend-react-graphql
apollo-client graphql nextjs react
Last synced: 2 months ago
JSON representation
A project using reactjs, apollo client to perform GraphQL queries
- Host: GitHub
- URL: https://github.com/tupizz/frontend-react-graphql
- Owner: tupizz
- Created: 2018-12-20T21:20:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T21:28:27.000Z (over 6 years ago)
- Last Synced: 2025-02-09T14:47:23.624Z (4 months ago)
- Topics: apollo-client, graphql, nextjs, react
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technologies
## Frontend
### React JS
- Next.js for server side rendering, routing and tooling
- Styled Components for styling
- React-Apollo for interfacing with Apollo Client
- Jest & Enzyme for Testing### Apollo Client
- Apollo Client replaces the need for redux + data fetching/caching libraries
- Performing GraphQL Mutations
- Fetching GraphQL Queries
- Caching GraphQL Data
- Managing Local State
- Error and Loading UI States