little repository to compare apollo local state vs redux local state.
$> cd ./todoapp-with-apollo
$> yarn install
$> yarn start
if you want to edit the graphql operations in pages/Root.tsx
:
$> yarn global add apollo
$> apollo plugins:link ./scripts/generate-local-graphql
$> apollo generate-local-graphql
generate-local-graphql is a homemade plugin which generates graphql types and operations for typescript.
$> cd ./todoapp-with-redux
$> yarn install
$> yarn start