> For the complete documentation index, see [llms.txt](https://jorum.gitbook.io/jorum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jorum.gitbook.io/jorum/master.md).

# Jorum

[![GitHub](https://img.shields.io/github/license/awmleer/jorum.svg)](https://github.com/awmleer/jorum) [![codecov](https://codecov.io/gh/awmleer/jorum/branch/master/graph/badge.svg)](https://codecov.io/gh/awmleer/jorum) [![npm](https://img.shields.io/npm/v/jorum.svg)](https://www.npmjs.com/package/jorum) [![npm](https://img.shields.io/npm/dw/jorum.svg)](https://www.npmjs.com/package/jorum) [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/jorum.svg)](https://www.npmjs.com/package/jorum) [![Build Status](https://travis-ci.org/awmleer/jorum.svg?branch=master)](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)查看。
