- Preview Relay store content from the Chrome devtools panel
- View store content over time with included snapshots
- View store mutations and network queries
- Fork and clone this repository onto your local computer
- Install dependencies and run a build using either the 'Yarn' or 'NPM' commands below:
# Yarn
yarn install
yarn build
# NPM
npm run install
npm run build
- Access the Chome extensions within the browser
- Access Chrome extensions within the browser
- Click on "Load Unpacked"
- Navigate and select the folder: protostar-relay > Shells > browser > chrome > build > unpacked
- Go to a website built with Relay and open the "proto*" panel. Websites that use Relay include:
- Example view of interacting with the Relay store.
- Example of snapshot functionality and viewing mutations.
Protostar-relay is currently in beta release. We encourage you to submit issues for any bugs or ideas for enhancements. Also feel free to fork this repo and submit pull requests to contribute as well. Below are some features we would like to add as we iterate on this project:
- Optimistic updates:
- Visual representation.
- List of all optimistic updates with pending/resolved status.
- Control data flow.
Get it on the Chrome Extension Store: coming soon.
Aryeh Kobrinsky, Liz Lotto, Marc Burnie, Qwen Ballard
This project is licensed under the MIT License- see the LICENSE.md for more details.
- Inspired by Facebook's Relay Devtool