gaearon / react-deep-force-update

Force-updates React component tree recursively
MIT License
122 stars 19 forks source link

Adding shouldUpdate and onUpdate functions for customized rerendering #6

Closed bfiss closed 7 years ago

bfiss commented 7 years ago

This is really important in large applications where rerendering everything is very costly.

gaearon commented 7 years ago

Follow up: please see https://github.com/gaearon/react-deep-force-update/issues/8.