From a6b1059eee87096c65c82f2305b158e09693fa8d Mon Sep 17 00:00:00 2001 From: dntzhang Date: Sun, 21 Oct 2018 17:22:35 +0800 Subject: [PATCH] update readme --- README.CN.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.CN.md b/README.CN.md index 79ba42475..c1dd9254a 100644 --- a/README.CN.md +++ b/README.CN.md @@ -13,6 +13,7 @@ - 利用[Chrome 开发工具扩展 ](https://github.com/f/omi-devtools)轻松调试,[从 Chrome 应用商店安装](https://chrome.google.com/webstore/detail/omijs-devtools/pjgglfliglbhpcpalbpeloghnbceocmd/related) - 符合浏览器的发展趋势以及API设计理念 - `Web Components` + `JSX` 相互融合为一个框架 Omi +- 通过 omi-mobx 让 omi 和 mobx 一起良好地制作响应式视图(免去 `this.update`) - Web Components 也可以数据驱动视图, `UI = fn(data)` - JSX 是开发体验最棒(智能提示)、[语法噪音最少](https://github.com/facebook/jsx#why-not-template-literals)的 UI 表达式 - 独创的 `Path Updating` 机制,基于 Proxy 全自动化的精准更新,功耗低,自由度高,性能卓越,方便集成 `requestIdleCallback` diff --git a/README.md b/README.md index 9c870727d..09f31c6b1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ English | [简体中文](./README.CN.md) - Easy to debug via [Omi DevTools Extension](https://github.com/f/omi-devtools) [[Install from Chrome WebStore](https://chrome.google.com/webstore/detail/omijs-devtools/pjgglfliglbhpcpalbpeloghnbceocmd)] - Compliance with browser trend and API design. - Merge **JSX** and **Web Components** into one framework. +- Work well with mobx by omi-mobx. - Web Components can also be a data-driven view, **`UI = fn(data)`**. - JSX is the best development experience (code intelligent completion and tip) UI Expression with least [grammatical noise](https://github.com/facebook/jsx#why-not-template-literals). - The original **Path Updating** system. Proxy-based automatic **accurate** update, **low power consumption**, high degree of freedom, excellent performance, easy integration of `requestIdleCallback`