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.
Answer from kunl on Stack OverflowIs this browser good for Reactjs Development? Does it have the extensions for debugging like redux dev tools?
reactjs - I want to add react devtools to Safari browser - Stack Overflow
Newest 'safari-web-inspector' Questions - Stack Overflow
React dev tool for Safari?
How often do you use the React Developer Tools?
Are there any limitations when using standalone React DevTools with Safari?
How do I connect React DevTools to my React app running in Safari?
Can I use React DevTools with Safari in 2026 since there's no browser extension?
Videos
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.
Starting with MacOS 13.0 Ventura and Safari 16.1, developers can now build and distribute Extensions for Safari Web Inspector, just like they do with Safari as a whole through the App Store.
It is now hopefully a matter of time before Facebook or someone else builds and distributes React Dev Tools for Safari.
Reference: Adding a web development tool to Safari Web Inspector
» npm install react-devtools