reactopt
A CLI React performance optimization tool that identifies potential unnecessary re-rendering.
About
Reactopt identifies specific events that may be causing unnecessary re-rendering
babel-plugin-transform-react-remove-prop-types
Remove unnecessary React propTypes from the production build.
Installation
npm install --save-dev babel-plugin-transform-react-remove-prop-types
React Render Visualizer
A visual way to see what is (re)rendering and why.
Features
Shows when component is being mounted or updated by highlighting (red for mount, yellow for update)
Shows render count
Deprecated
😞
As of React 16, react-addons-perf is not supported. Please use your browser’s profiling tools to get insight into which components re-render.
For examples on how to use browsers profiler for p
React Infinite
A browser-ready efficient scrolling container based on UITableView.
React Infinite 0.7.1 only supports React 0.14 and above. Please pin your package to 0.6.0 for React 0.13 support.
Support for
react-infinite-grid
react infinite grid is a React component which renders a grid of React elements. It's different because it only renders the elements that the user can see (and a small buffer) meaning that it is well
Note
This project is now currently maintained by @ameerthehacker, please reach out to him on any issues or help.
react-lazyload
Lazyload your Components, Images or anything matters the performance.