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

https://github.com/jkettmann/comparing-redux-and-apollo-for-server-side-data

This is a demo project which is explained in detail in this blog post: Comparing Redux and Apollo for server-side data
https://github.com/jkettmann/comparing-redux-and-apollo-for-server-side-data

Last synced: about 1 month ago
JSON representation

This is a demo project which is explained in detail in this blog post: Comparing Redux and Apollo for server-side data

Awesome Lists containing this project

README

        

## How to install and run the project

This project uses npm. To install and start the GraphQL server run following commands.

```
npm install
npm start
```

Visit [http://localhost:3000](http://localhost:3000). You will see the Apollo app on the top and the Redux app below. If you throttle the internet connection using the browser's development tools you should be able to observe the Apollo app's loading state as well.