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
ctrlplusb's profile
ctrlplusb
310 contributions
artursmirnov's profile
artursmirnov
10 contributions
christianchown's profile
christianchown
4 contributions
ivosh's profile
ivosh
4 contributions
cevr's profile
cevr
2 contributions
axel-habermaier's profile
axel-habermaier
1 contributions
leiwan5's profile
leiwan5
1 contributions
DanielRuf's profile
DanielRuf
1 contributions
skulptur's profile
skulptur
1 contributions
markshust's profile
markshust
1 contributions
redux-app

redux-app/state

Easy global state for React

JavaScript
0
0
MIT License

Support the dependencies of redux-app/state

Account's avatar
immerjs/immer
Create your next immutable state by mutating the current one
Account's avatar
thinkloop/memoizerific
Fast, small, efficient JavaScript memoization lib to memoize JS functions
Account's avatar
reduxjs/redux
Predictable state container for JavaScript apps
Account's avatar
reduxjs/redux-thunk
Thunk middleware for Redux.
Account's avatar
pelotom/type-zoo
A menagerie of useful type operators for TypeScript
Account's avatar
gcanti/typelevel-ts
Type level programming in TypeScript
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Account's avatar
babel/babel
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Account's avatar
babel/babel
Allow parsing of import.meta
Account's avatar
babel/babel
Provides polyfills necessary for a full ES2015+ environment
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
babel/babel
Babel preset for TypeScript.
Account's avatar
babel/babel
babel require hook
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react-dom
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react-redux
Account's avatar
philidem/node-app-root-dir
Simple module to infer the root directory of the currently running node application
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
oliviertassinari/babel-plugin-transform-react-remove-prop-types
Remove unnecessary React propTypes from the production build
Account's avatar
blakeembrey/change-case
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Account's avatar
codecov/codecov-node
Uploading report to Codecov: https://codecov.io
Account's avatar
airbnb/javascript
Airbnb's ESLint config, following our styleguide
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jsx-eslint/eslint-plugin-jsx-a11y
Static AST checker for accessibility rules on JSX elements.
Account's avatar
jsx-eslint/eslint-plugin-react
React specific linting rules for ESLint
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
prettier/prettier-eslint
Formats your JavaScript using prettier followed by eslint --fix
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
reduxjs/react-redux
Official React bindings for Redux
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
ritz078/rollup-plugin-filesize
A rollup plugin to show filesize in the cli

Easy Peasy (@redux‑app/state) is a lightweight library that lets you create a fully‑featured Redux store by defining a simple model with state, actions, thunks, selectors and listeners. It provides React hooks (StoreProvider, useStore, useActions, etc.) for quick, type‑safe global state management in React or React‑Native apps, handling immutable updates, memoised derived state and dev‑tool integration out of the box. This is aimed at front‑end developers who want Redux power without the boilerplate.