How to render React components inside devtools #1547
PedramMarandi
started this conversation in
General
Replies: 1 comment
-
This example shows how to add UIs to devtools. You just need to add the basic react boilerplate to the panel/pane to render a react app. https://github.com/wxt-dev/examples/tree/main/examples%2Fdevtools-extension Here's the boilerplate, react's docs don't do a good job showing you how to mount an app from scratch, but it's quite simple: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've been trying to render React in devtools. Going through the documentation seems like there is no example or API to do so.
I wonder if this is possible and wether you guys have done this before?
Beta Was this translation helpful? Give feedback.
All reactions