Skip to content

fmal/bonsify

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 89.3%
  • CSS 5.7%
  • JavaScript 3.8%
  • HTML 1.2%