Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

react-devtools-electron

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Issues
File Explorer

Advanced tools

react-devtools-electron

Add React DevTools to your Electron app

    4.7.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
2,754
increased by44.19%

Weekly downloads

Readme

Source

react-devtools-electron

npm version PRs Welcome

React Developer Tools for Electron

Showcase

Installation

npm install --save-dev react-devtools-electron

Usage

Inside the main process add the following line:

isDev && require('react-devtools-electron')

Or if you're using TypeScript:

isDev && import('react-devtools-electron')

isDev represents a boolean which is true when your app is running in development mode. If you haven't defined one yourself you can use electron-is-dev.

Keywords

FAQs

Last updated on 19 May 2020

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc