Skip to content
 
 

Repository files navigation

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";

About

Well-structured, artfully maintained state without the bloat of unnecessary abstractions.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages