# 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)查看。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jorum.gitbook.io/jorum/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
