Socket
Socket
Sign inDemoInstall

react-devtools-electron

Package Overview
Dependencies
75
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-devtools-electron

Add React DevTools to your Electron app


Version published
Weekly downloads
579
increased by55.65%
Maintainers
1
Created
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 27 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • 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