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 of gisat-panther/ptr-core

Account's avatar
gisat-panther/cross-package-react-context
Singleton React context manager for use across packages
Account's avatar
grafana/faro-web-sdk
Faro instrumentations, metas, transports for web.
Account's avatar
JedWatson/classnames
A simple utility for conditionally joining classNames together
Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
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 require hook
Account's avatar
intuit/auto
CLI tools to help facilitate semantic versioning based on GitHub PR labels
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
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
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
jinder/path
Node.JS path module
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
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
Account's avatar
egoist/rollup-plugin-postcss
Seamless integration between Rollup and PostCSS
Account's avatar
sass/dart-sass
A pure JavaScript implementation of Sass.

Support the repos that depend on this repository

Top contributors

vdubr's profile
vdubr
65 contributions
vlach1989's profile
vlach1989
38 contributions
tmdmc's profile
tmdmc
10 contributions
nenadalm's profile
nenadalm
10 contributions
mbabic84's profile
mbabic84
5 contributions
dependabot[bot]'s profile
dependabot[bot]
2 contributions

Recent events

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

No events yet
gisat-panther

gisat-panther/ptr-core

JavaScript
0
0
Apache License 2.0

The **ptr‑core** library provides utilities for server‑side rendering (SSR) of React/Redux applications that need to wait for asynchronous data fetching before the HTML can be generated. It supplies a request‑counter, a Redux middleware to keep the counter in sync with async actions, and a `createRenderFn` helper that repeatedly re‑renders a component until all pending requests finish (or a retry limit is hit), returning the rendered data as a promise. This package is aimed at developers building universal (isomorphic) React apps who need deterministic SSR handling of data‑loading side effects.