All Projects → th3rdwave → flipper-plugin-relay-devtools

th3rdwave / flipper-plugin-relay-devtools

Licence: MIT license
Flipper plugin for Relay devtools

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to flipper-plugin-relay-devtools

Get Graphql Schema
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Stars: ✭ 443 (+1603.85%)
Mutual labels:  relay, devtools
Graphql Config
One configuration for all your GraphQL tools (supported by most tools, editors & IDEs)
Stars: ✭ 883 (+3296.15%)
Mutual labels:  relay, devtools
Protostar Relay
Open-source iteration of the official Relay devtool.
Stars: ✭ 161 (+519.23%)
Mutual labels:  relay, devtools
azure-cli-dev-tools
Developer utilities for Azure CLI command module and extension developers.
Stars: ✭ 62 (+138.46%)
Mutual labels:  devtools
EuNet
Peer to peer network solution for multiplayer games.
Stars: ✭ 109 (+319.23%)
Mutual labels:  relay
mobx-react-form-devtools
DevTools for MobX React Form
Stars: ✭ 30 (+15.38%)
Mutual labels:  devtools
Relay.swift
Relay for GraphQL, ported to Swift and SwiftUI
Stars: ✭ 58 (+123.08%)
Mutual labels:  relay
nanobox-engine-php
Engine for running PHP apps on Nanobox
Stars: ✭ 20 (-23.08%)
Mutual labels:  devtools
devtools-examples
Code examples that accompany the MDN Firefox Developer Tools documentation
Stars: ✭ 22 (-15.38%)
Mutual labels:  devtools
devtools-course-theory
Course on Development Tools (in Russian)
Stars: ✭ 18 (-30.77%)
Mutual labels:  devtools
universal-react-relay-starter-kit
A starter kit for React in combination with Relay including a GraphQL server, server side rendering, code splitting, i18n, SEO.
Stars: ✭ 14 (-46.15%)
Mutual labels:  relay
rust-cdp
🔨 Chrome DevTools Protocol toolkit for Rust
Stars: ✭ 25 (-3.85%)
Mutual labels:  devtools
dots
Minimalist developer setup
Stars: ✭ 38 (+46.15%)
Mutual labels:  devtools
btc-relay-solidity
Bitcoin Light Client on Ethereum
Stars: ✭ 30 (+15.38%)
Mutual labels:  relay
relay-helpers
Helpers to simplify and enhance Relay (https://facebook.github.io/relay/)
Stars: ✭ 19 (-26.92%)
Mutual labels:  relay
angular-devtools
Moved to the Angular organization.
Stars: ✭ 261 (+903.85%)
Mutual labels:  devtools
netlogs
Web extension for debugging your API
Stars: ✭ 16 (-38.46%)
Mutual labels:  devtools
sfcc-devtools
Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.
Stars: ✭ 5 (-80.77%)
Mutual labels:  devtools
pinball
Emilia Pinball : A Libre pinball simulator for GNU Linux
Stars: ✭ 21 (-19.23%)
Mutual labels:  flipper
graphql-compose-relay
No description or website provided.
Stars: ✭ 29 (+11.54%)
Mutual labels:  relay

Flipper plugin for Relay devtools

Flipper plugin wrapper for relay-devtools.

Note that this uses the new version of relay devtools that is still under development and incomplete.

Installation

npm install react-native-flipper-relay-devtools react-native-flipper

Make sure react-native-flipper is installed properly if not using autolinking.

Flipper desktop app

Manage Plugins -> Install Plugins -> Search for flipper-plugin-relay-devtools

JavaScript

Register the flipper plugin and connect to relay devtools.

if (__DEV__) {
  require('react-native-flipper-relay-devtools').addPlugin();
}

Troubleshooting

Android

You might need to run adb reverse tcp:8098 tcp:8098

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].