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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
yesmeck's profile
yesmeck
44 contributions
afc163's profile
afc163
3 contributions
kaysonwu's profile
kaysonwu
1 contributions
reyronald's profile
reyronald
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions
picodoth's profile
picodoth
1 contributions
zombieJ's profile
zombieJ
1 contributions
yesmeck

yesmeck/mini-store

A minimal state store for React component.

TypeScript
101
13
No license

Support the dependencies of yesmeck/mini-store

Account's avatar
mridgway/hoist-non-react-statics
Copies non-react specific statics from a child component to a parent component
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for hoist-non-react-statics
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for shallowequal
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for enzyme
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react
Account's avatar
airbnb/enzyme
JavaScript Testing utilities for React
Account's avatar
enzymejs/enzyme
JavaScript Testing utilities for React
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
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
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

mini‑store is a tiny React state‑management library that lets you create a simple store (via `create`) and share component state without the overhead of Redux. It provides a `<Provider>` and a `connect` helper (similar to Redux’s) so only the components that subscribe to specific state slices re‑render, making it useful for component libraries or small apps that need lightweight shared state.