Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 663 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 663 Bytes

FobX

FobX is a state management library inspired by the great work of MobX, and functionally, is nearly identical for most use cases. The entire library has been written from scratch with tree-shaking, bundle size, and performance in mind. The goal of FobX is not to be a direct replacement of MobX and therefore will not attempt to maintain feature parity with it.


The following sub packages contain additional details:

  • @fobx/core - The core framework agnostic library.
  • @fobx/react - The observer reaction plus other goodies for development with React.