Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 871 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 871 Bytes

Tetris

MIT React

Apollo Stuff

withApollo component created in lib file, along with supporting files in lib folder, create apollo init boilerplate and props as well as allow the parsing of cookies on front end.

_app.tsx file sets up ApolloProvider with the withApollo props for global apollo access in all routes.

apollo.tsx file demo's using apollo queries and data for reference.