Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.