Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aweary/relay-cache-manager-issue
Reproduce the issue reported in https://github.com/facebook/relay/issues/1296
https://github.com/aweary/relay-cache-manager-issue
Last synced: 12 days ago
JSON representation
Reproduce the issue reported in https://github.com/facebook/relay/issues/1296
- Host: GitHub
- URL: https://github.com/aweary/relay-cache-manager-issue
- Owner: aweary
- Created: 2016-07-25T14:28:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T14:28:19.000Z (over 8 years ago)
- Last Synced: 2024-11-03T08:35:28.377Z (about 2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Relay - CacheManager API test
This is meant to reproduce https://github.com/facebook/relay/issues/1296
## How to reproduce
Run `npm install` and then `npm start`. Open the browser and navigate to `localhost:3000`. The page should load correctly, since there is no cache
yet.Wait at least two seconds, and then refresh the page. It should not render correctly. The browser console should have some logs documenting what calls were made to the `cacheManager` instance.