purecomponent topic

List purecomponent repositories

reflective-bind

369
Stars
17
Forks
Watchers

Eliminate wasteful re-rendering in React components caused by inline functions

why-did-you-render

10.9k
Stars
189
Forks
Watchers

why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)

react-shallow-context

117
Stars
2
Forks
Watchers

☘️A speed optimization for a Context API

react-prevent-rerender-component

15
Stars
4
Forks
Watchers

Showcasing when and how to prevent a rerender of a component in React

react-immutable-pure-component

32
Stars
2
Forks
Watchers

Unfortunately React.PureComponent is not embracing Immutable.js to it full potential. So here is my solution to this problem.