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

`use-editable` is a lightweight React hook that transforms any element into a fully renderable and editable content surface, ideal for creating code editors or prose textareas without relying on raw HTML or heavy libraries. It leverages `contenteditable` with a `MutationObserver` to synchronize DOM changes with React's rendering, preserving cursor position and selection. This tool is perfect for developers building custom editors or interactive text components who want a minimal, flexible solution under 2kB.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of kitten/use-editable

Account's avatar
ampproject/rollup-plugin-closure-compiler
Rollup + Google Closure Compiler
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Replace Object.assign with an inline helper
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react
Account's avatar
codemix/babel-plugin-closure-elimination
Removes closures from your JavaScript in the name of performance.
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
facebook/react
React is a JavaScript library for building user interfaces.
Account's avatar
rollup/rollup
Next-generation ES module bundler
Account's avatar
TrySound/rollup-plugin-terser
Rollup plugin to minify generated es bundle
Account's avatar
ezolenko/rollup-plugin-typescript2
Seamless integration between Rollup and TypeScript. Now with errors.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

kitten's profile
kitten
76 contributions
cpresler's profile
cpresler
2 contributions
jpdriver's profile
jpdriver
1 contributions
acharyakavita's profile
acharyakavita
1 contributions

Recent events

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

No events yet
kitten

kitten/use-editable

A small React hook to turn elements into fully renderable & editable content surfaces, like code editors, using contenteditable (and magic)

TypeScript
620
15
MIT License