Skip to main content
Version: v1.4.1

Debugging

When problems arise developers would need an insight into Relay's store. Relay provides a couple of tools to inspect the store and its records.

Relay DevTools is tool designed to help developers inspect their Relay state and understand how store changes overtime. Relay DevTools ships in two ways:

  • Chrome Extension creates a Relay tab in the developer tools interface for debugging apps in Chrome
  • Electron App that connects to React Native apps running Relay

Store Explorer Mutations View