behavior-tree icon indicating copy to clipboard operation
behavior-tree copied to clipboard

Move DevTools to browser extension

Open Idered opened this issue 5 years ago • 0 comments

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 would be a perfect solution.

Idered avatar Apr 14 '20 11:04 Idered