Showing 21-40 of 219 packages
A convenient, configuration-based, way to manage your React component's `shouldComponentUpdate`.
Fastest deep equal comparison for React. Perfect for shouldComponentUpdate. Also really fast general-purpose deep comparison
Implementation of React components' shouldComponentUpdate for stateful and propful components.
Higher-Order Component for adding "shouldComponentUpdate" to components. It supports easy to set shortcuts.
>**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re
React PureRenderMixin replacement for immutable-js library
Provides a function to configure React's shouldComponentUpdate() function in a declarative way
React Component that checks n-levels deep for `shouldComponentUpdate`
TypeScript definitions for react-addons-pure-render-mixin
Eliminate wasteful re-rendering in React components caused by inline functions
Make react shouldComponentUpdate check if props/state/context are shallowly changed by default
>**Note:** >This is a legacy React addon, and is no longer maintained. > >We don't encourage using it in new code, but it exists for backwards compatibility. >The recommended migration path is to use [`React.PureComponent`](https://facebook.github.io/re
Utilities for treating frozen JavaScript objects as persistent immutable collections.
React-compatible data-structure update utility
Efficient shallow equality algorithm that also allows checks for react element equality of children props
Fastest deep equal comparison for React. Perfect for shouldComponentUpdate. Also really fast general-purpose deep comparison
A function, a component and a mixin for React pure rendering
HOC for easied debugging/learning of lifecycle methods for React components
A library to reduce the need for shouldComponentUpdate boilerplate
React Performance Optimization Utility - Why does a component re-render?