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

0.7.0 • Public • Published

Bonsify

Single reactive primitive for performant state management in React

State management is most performant when you use a mutable reactive primitive external to components and the reconciler. Bonsify provides a single reactive primitive of reactive. Combine this with the patterns introduced in the following sections, and you can scale your application to any size without performance issues.

Get Started

npm install bonsify

Automatic observation in components using observing-components.

import babelPlugin from "bonsify/babel-plugin";
import swcPlugin from "bonsify/swc-plugin";

Package Sidebar

Install

npm i bonsify

Weekly Downloads

9

Version

0.7.0

License

ISC

Unpacked Size

126 kB

Total Files

45

Last publish

Collaborators

  • christianalfoni