`react-immutable-pure-component` is a React library that extends `PureComponent` to fully leverage Immutable.js by using its `is` method for efficient value comparisons instead of reference checks. It's designed for developers working with React and Immutable.js who want optimized re-rendering by selectively tracking prop and state changes. The library also includes `immutableMemo`, a wrapper for `React.memo` with similar Immutable.js support for functional components.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Unfortunately React.PureComponent is not embracing Immutable.js to it full potential. So here is my solution to this problem.