dakpan
TypeScript icon, indicating that this package has built-in type declarations

2.3.2 • Public • Published

Logo npm minzipped size license

A tiny React state management library using hooks.

const [StateProvider, useDakpan, withDakpan] = createDakpan({
  hello: 'world'
})({
  append: (value: string) => ({ hello }) => ({
    hello: hello + value
  })
});

Installation

npm install dakpan

or

yarn add dakpan

Documentation

You can find the documentation here.

Package Sidebar

Install

npm i dakpan

Weekly Downloads

3

Version

2.3.2

License

MIT

Unpacked Size

25.3 kB

Total Files

25

Last publish

Collaborators

  • houfio