🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-devtools-electron

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-devtools-electron

Add React DevTools to your Electron app

4.7.0
latest
Source
npm
Version published
Weekly downloads
329
5.11%
Maintainers
1
Weekly downloads
 
Created
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

react

FAQs

Package last updated on 19 May 2020

Did you know?

Socket

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