Skip to content

TomDoesTech/remix-with-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remix with Apollo client

What are we doing?

  • Adding Apollo client to Remix
  • Using Apollo provider
  • Works with Apollo hooks (useQuery, useMutation)
  • Server-side rendering works

What are we not doing?

  • In-depth look at remix
  • Building a full project

Who is this tutorial for?

  • Those familiar with Apollo Client
  • Those who know what Remix is