Skip to content

DanielKuznetsov/apollo-presentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rick & Morty meet Apollo Client

This is a demo application built with Rick & Morty API to show the power of Apollo Client within the Vue application.

  • master - a finished example with local state management on Apollo Client
  • initial - starting code that already has application UI, correct webpack loaders, set up Apollo Client and has all queries/mutations on graphql folder. However, you still need to write Apollo code in Vue components, as well as create correct resolvers for local queries
  • rest - fancy experiment with using REST API endpoint wrapped with Apollo Client
  • mock - mocking API response with Apollo Resolver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 52.9%
  • JavaScript 38.9%
  • HTML 8.2%