jorum
Version:
Model layer with rx.js for React applications.
44 lines (24 loc) • 1.57 kB
Markdown
# Jorum
[](https://github.com/awmleer/jorum)
[](https://codecov.io/gh/awmleer/jorum)
[](https://www.npmjs.com/package/jorum)
[](https://www.npmjs.com/package/jorum)
[](https://www.npmjs.com/package/jorum)
[](https://travis-ci.org/awmleer/jorum)
基于RxJS的React应用数据层框架。
📚 [文档](https://jorum.gitbook.io/jorum/)
🧩 [安装及环境配置](https://jorum.gitbook.io/jorum/installation/)
🚀 [快速上手](https://jorum.gitbook.io/jorum/quick-start/)
📂 [GitHub仓库](https://github.com/awmleer/jorum)
📬 [提交issue](https://github.com/awmleer/jorum/issues/new)
## 特性
🔩 轻量:简单易用,低侵入性
🔎 清晰:基于RxJS的响应式数据流
⛓ 强类型:使用TypeScript编写
💉 依赖注入:基于修饰器的依赖注入使代码更易于维护
🎣 Hooks支持:为新版React的Hooks而生,但同时也兼容传统语法
## 教程&文档
快速上手请点击[这里](https://jorum.gitbook.io/jorum/quick-start/)。
完整文档请点击[这里](https://jorum.gitbook.io/jorum/)。
## 样例
较为完整的样例可以点击[这里](https://github.com/awmleer/jorum/tree/master/example)查看。