Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React dev tools in CEF?

I'm building a react app to run in a CEF frame.

Is there any way to use react dev tools with CEF? I don't need to ship the tools with the app, purely for my own dev usage.

like image 629
switz Avatar asked Apr 20 '26 02:04

switz


1 Answers

As an alternative (and in my opinion the best approach), develop your React app separately from the .Net/CEF app, then debug from the Chrome browser installed in your machine (from which you can install the React dev tools, if you haven't).

If you're self hosting your web api from the CEF app, it can become finicky sometimes (CORS, etc.), but should be pretty easy to get around with.

like image 134
Marlon Allan Supetran Avatar answered Apr 22 '26 19:04

Marlon Allan Supetran



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!