An open API service indexing awesome lists of open source software.

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

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