Currently DevTools is just a React component and it has some cons: - It's unusable in pure JS environment - You need to add it to your app tree - It can collide with application UI Browser extension like [React DevTools](https://github.com/facebook/react/tree/master/packages/react-devtools) would be a perfect solution.