Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stolinski/apollo-link-state-todos-resetstorebug
https://github.com/stolinski/apollo-link-state-todos-resetstorebug
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stolinski/apollo-link-state-todos-resetstorebug
- Owner: stolinski
- License: mit
- Created: 2018-01-01T18:17:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T23:42:49.000Z (about 7 years ago)
- Last Synced: 2024-10-27T12:30:25.032Z (3 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Todo App with Apollo Client
---## What?!
This is a take on the classic [Redux Todo App](https://github.com/reactjs/redux/tree/master/examples/todos) but written to use Apollo's new architecture showcasing local state.Yes, this is overkill for a todo app, please don't use this is all you are doing is managing a few local state pieces. However, it can serve as a starting point for managing local state using Apollo for larger applications
### Installation
```
npm i
```### Running
```
npm start
```