react-render-visualizer
react-render-visualizer copied to clipboard
Render visualizer for ReactJS
Hi, React components written as ES6 classes do not support mixins. It would be great if this mixin would be provided also as a HOC (Higher Order Component). Thanks
To add to react.rocks... This looks amazing! Really clever and well done, nice job!
It would be helpful to show render time just like mobx dev tool.
Tested on 37.0.2, I get this:  In Chrome 42: 
If you add the mixin to stateless components there is a null-error in line 104: ``` javascript index.js:104 - Uncaught TypeError: Cannot set property 'renderLog' of null. ``` Solution would...
