1.0.1 • Published 5 years ago

@sigi-fork/types v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Sigi framenwork

Sigi is a effect management framenwork for complex frontend app.

  • Type safe: Sigi provides Type Safe APIs which connect the gap between your Component and Side Effect codes in compile time.
  • Dependencies Injection: Sigi contains a tiny denpendencies injection implmentation. Which allow you easier to compose your Modules and Services. And it is also provide huge benifit when you want to write some tests.
  • Muti platfroms support: Sigi now support React/React Native and Vue@2.x, we will also provide support for Flutter with very similiar APIs in very soon.

Documentation

You can find the full documentation on the website.

And you can also read higher level introduction article in Chinese 中文介绍

Ecosystem

ProjectStatusDescription
vuenpm.ioVueJS integration library
reactnpm.ioReact Hooks APIs
react-routernpm.ioReact router integration
ssrnpm.ioServer side rendering support for Vue/React
devtoolnpm.ioRedux devtool integration
dinpm.ioDependencies injection library which allow you compose your own class with Sigi Modules
testingnpm.ioTest helper library