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
- Host: GitHub
- URL: https://github.com/jkettmann/comparing-redux-and-apollo-for-server-side-data
- Owner: jkettmann
- Created: 2019-02-05T16:41:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T16:46:11.000Z (about 6 years ago)
- Last Synced: 2025-02-03T13:15:31.112Z (3 months ago)
- Language: JavaScript
- Homepage: https://jkettmann.com/comparing-redux-rest-and-apollo-graphql-for-storing-server-data/
- Size: 309 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 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.