Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamilkisiela/apollo-angular-ssr
Server-Side Rendering + Store Rehydration in apollo-angular
https://github.com/kamilkisiela/apollo-angular-ssr
angular apollo-angular apollo-client graphql ssr
Last synced: 19 days ago
JSON representation
Server-Side Rendering + Store Rehydration in apollo-angular
- Host: GitHub
- URL: https://github.com/kamilkisiela/apollo-angular-ssr
- Owner: kamilkisiela
- Created: 2017-04-15T12:33:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T10:26:19.000Z (over 6 years ago)
- Last Synced: 2024-12-08T17:50:14.645Z (about 1 month ago)
- Topics: angular, apollo-angular, apollo-client, graphql, ssr
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 34
- Watchers: 7
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apollo-Angular with SSR and Store Rehydration
Includes:
- mutation
- optimistic response
- refetch## Installation
```bash
yarn
```## How to run
```bash
yarn start
```