ServiceX icon indicating copy to clipboard operation
ServiceX copied to clipboard

An Elegent and Powerful React State Management Framework

ServiceX

An Elegemnt and Powerful React State Management Framework.

Features

  1. Powerful type hint and strict type constraint with typescript
  2. Embrace the react hooks api
  3. No redundant boilerplate code
  4. Integrated with Immer and RxJs to handle complicated logic
  5. Multi store design and use Inversify to implement dependence injection between stores
  6. Support redux-devtools-extension for debug!

Install

npm install --save service-x immer reflect-metadata inversify rxjs

Documents

  1. zh_cn: https://app.gitbook.com/@xztech/s/servicex/

Examples: