/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

Primary LanguageJavaScript

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