Skip to content

simple (offline) todo app with 2 implementations for local state management, one with apollo local state, one with redux

Notifications You must be signed in to change notification settings

anisg/todoapp-apollo-local-state-vs-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

little repository to compare apollo local state vs redux local state.

live DEMO

screenshot

interesting files to checkout

todoapp-with-apollo

todoapp-with-redux

run the apps

todoapp-with-apollo

$> 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.

todoapp-with-redux

$> cd ./todoapp-with-redux
$> yarn install
$> yarn start

About

simple (offline) todo app with 2 implementations for local state management, one with apollo local state, one with redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published