https://github.com/jkettmann/enhancing-server-side-state-with-apollo-client-directive
This is a demo project which is explained in detail in this blog post: Combining server-side data and local state with Apollo client directive
https://github.com/jkettmann/enhancing-server-side-state-with-apollo-client-directive
Last synced: about 1 month ago
JSON representation
This is a demo project which is explained in detail in this blog post: Combining server-side data and local state with Apollo client directive
- Host: GitHub
- URL: https://github.com/jkettmann/enhancing-server-side-state-with-apollo-client-directive
- Owner: jkettmann
- Created: 2019-02-12T07:29:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T16:58:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-03T13:15:31.962Z (3 months ago)
- Language: JavaScript
- Homepage: https://jkettmann.com/combining-server-side-data-and-local-state-with-apollo-link-state/
- Size: 154 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to install and run the project
This project uses npm. To install and start the app run following commands.
```
npm install
npm start
```Visit [http://localhost:3000](http://localhost:3000). You will see a list of books and a button below. When you click on a book it will be marked as selected and turn red. With the button you can unselect all books.