Browser addons — Google Chrome extensions

React Performance

After React 16 release, react-addons-perf was no longer supported and I decided to create my own tool for inspecting the performance of my components.
The main thing for me was how many times my component was re-rendered (updated).I also measure the update time, using High-Resolution Time API.The developer panel itself was built on React.js