Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

`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.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of monar/react-immutable-pure-component

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Replace Object.assign with an inline helper
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
Babel preset for all React plugins.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
jestjs/jest
Jest plugin to use babel for transformation.
Account's avatar
airbnb/enzyme
JavaScript Testing utilities for React
Account's avatar
enzymejs/enzyme
JavaScript Testing utilities for React
Account's avatar
babel/eslint-plugin-babel
an eslint rule plugin companion to babel-eslint
Account's avatar
gajus/eslint-plugin-flowtype
Flowtype linting rules for ESLint.
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
jsx-eslint/eslint-plugin-react
React specific linting rules for ESLint
Account's avatar
immutable-js/immutable-js
Immutable Data Collections
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
inikulin/publish-please
Safe and highly functional replacement for `npm publish`.
Account's avatar
facebook/react
React is a JavaScript library for building user interfaces.
Account's avatar
facebook/react
React package for working with the DOM.
Account's avatar
facebook/react
React package for snapshot testing.
Account's avatar
rollup/rollup
Next-generation ES module bundler

Support the repos that depend on this repository

Top contributors

Monar's profile
Monar
43 contributions
ykzts's profile
ykzts
8 contributions
neciu's profile
neciu
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
monar

monar/react-immutable-pure-componen...

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

JavaScript
31
2
MIT License