denormalize-selector

0.3.1 • Public • Published

Denormalize Selector

A state selector optimized for avoiding React avoidable re-renders with Redux, Reselect and Normalizr.

CircleCI Status Coverage Status npm version GitHub license

An avoidable re-render happens when a React component receives a shallow copy of one of it's properties, however the object didn't "really" change. Meaning A deep comparison of all of the object's primitives would find them identical. This causes a React component to run it's render method needlessly, since the render result would be identical to the last one.

Package Sidebar

Install

npm i denormalize-selector

Weekly Downloads

1

Version

0.3.1

License

MIT

Unpacked Size

44 kB

Total Files

13

Last publish

Collaborators

  • dortzur