I want to add react devtools to Safari browser I didn't find a way to install it
I want to see the react sign on the websites made by react
Thank you
React-devtools is a standalone package that runs independently. The chrome extension hooks it up for convenience in chrome. Safari doesn't have an extension right now (legacy reasons).
You can click the eye icon in the Developer Tools toolbar to inspect the DOM element, and also if you use the first icon, the one with the mouse icon (which conveniently sits under the similar regular DevTools icon), you can hover an element in the browser UI to directly select the React component that renders it.
React-devtools is a standalone package that runs independently. The chrome extension hooks it up for convenience in chrome. Safari doesn't have an extension right now (legacy reasons). If you really need to hook it up, it should not be hard to port it to safari since it's API's are now supposedly as open and similar as chrome's.
Right-click anywhere in the browser window and click on Inspect. Additionally, you can open it by pressing F12. This will open browser developer tools with all the usual tabs like Elements, Console, etc. Because we installed React dev tools extension. We get access to 2 new tabs:
I actually prefer Safari, started when it was way faster than Chrome on a mac and stuck with it. The only shortcoming I've run into is the lack of React devtools. Chrome has been my browser of choice for years, but our app supports Safari, and I'm interested in seeing what the experience is like for day-to-day use ¯_ (ツ)_/¯
React DevTools is available as an extension for Chrome and Firefox. If you have already installed the extension, it should update automatically within the next couple of hours. If you use the standalone shell (e.g. in React Native or Safari), you can install the new version from NPM: npm install -g react-devtools@^4.
I think what you are looking for is the react-devtools chrome extension?
React-devtools is a standalone package that runs independently.
The chrome extension hooks it up for convenience in chrome.
Safari doesn't have an extension right now (legacy reasons). If you really need to hook it up, it should not be hard to port it to safari since it's API's are now supposedly as open and similar as chrome's.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With