NOTE: The Relay DevTools were started as a clone from the React DevTools. There is still code in here that hasn't been updated yet and should be either updated or removed.
From the Chrome Web Store: here.
We haven't tested and released the Firefox extension yet. Issue #39 tracks this.
git clone git@github.com:relayjs/relay-devtools.git
cd relay-devtools
yarn install
yarn build:extension:chrome # builds at "shells/browser/chrome/build"
yarn run test:chrome # Test Chrome extension
yarn build:extension:firefox # builds at "shells/browser/firefox/build"
We actively welcome pull requests, learn how to contribute.
As this extension is in a beta period, it is not officially supported. However if you find a bug, we'd appreciate you reporting it as a GitHub issue with repro instructions.
Relay DevTools are MIT licensed.