Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@lynx-js/preact-devtools

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lynx-js/preact-devtools

Preact Devtools Extension

latest
Source
npmnpm
Version
5.0.1-cf9aef5
Version published
Maintainers
4
Created
Source

Preact Devtools for ReactLynx

The Lynx Devtool Panel that allows you to inspect a ReactLynx component hierarchy, including props and state.

Usage

We need to import @lynx-js/preact-devtools somewhere to initialize the connection to Preact Devtools Panel. Make sure that this import is the first import in your whole app.

import '@lynx-js/preact-devtools'

See the documentation of Preact Devtools Panel in Lynx Devtool for more information.

Contributing

  • ldt-plugin contains the source code of Preact Devtools Panel in Lynx Devtool. Run it by npm run dev:ldt-plugin when developing, and npm run build:ldt-plugin to build it.
  • src contains the source code for ReactLynx App to setup Preact Devtools related hooks. You can build it just by npm run build:lib in the root folder of this repository.

The ReactLynx App will communicate with the Preact Devtools Panel in Lynx Devtool using CDP messages.

Credits

Thanks to:

FAQs

Package last updated on 18 Sep 2025

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