An open API service indexing awesome lists of open source software.

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

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.