chrome-react-perf icon indicating copy to clipboard operation
chrome-react-perf copied to clipboard

An Operation Interface for react-addons-perf Package

Results 11 chrome-react-perf issues
Sort by recently updated
recently updated
newest added

could you please privide a package to install offline, thks.

Thanks for everyone who use and contribute to this project. I never thought that it can get so many stars. I am sorry that this project is almost dead for...

I install react-addons-perf and expose-loader in my project here is my webpack config ``` { test: require.resolve("react-addons-perf"), use: [ { loader: 'expose-loader', options: 'Perf' } ] } ``` and i...

Hi, This tool looks awesome, but I can't get it to work. I'm using it by: ``` import Perf from 'react-addons-perf' window.Perf = Perf ``` I start, make some changes,...

bug

I'm using React 15.4.2 and I cannot get any data in the Perf panel. I'm building with grunt, window.Perf is available in the window, I hit start, and stop but...

hey! thanks for this!! webpack 2 is now stable. [here are the changes that apply to these docs](https://webpack.js.org/guides/migrating/#module-loaders-is-now-module-rules) i could send a PR, if you'd like. would you rather update...

I'm using React Native 0.38, and I exposed Perf on the window object, I can use it manually via chrome devtools console to get the measurements, but when I try...

Hi! In the official devtool's dark theme current colors are not readable. More and more developers use dark theme now, because they got used to it in their code editors...

I know, it's all in the readme, but right now users will be quite confused when they fail to setup their app properly since there's no (error) message telling them...

Hey, thanks for creating this extension. I wondered if, similar to how [Immutable.js Object Formatter](https://github.com/mattzeunert/immutable-object-formatter-extension) bundles `immutable-devtools`, do you think it could be worthwhile for chrome-react-perf to bundle `react-addons-perf`? Thanks...