This commit is contained in:
dntzhang 2018-05-09 15:53:00 +08:00
commit 25d078e809
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
- Scoped CSS, 让你的 CSS 选择器更加简单
- 每个组件都有 update 方法,当然你也可以继续 setState
- Store system, 内置的,不需要依赖任何库
- 创建网站无需任何配置的脚手架工具 omi-cli (相当于 create-react-app 多页面版本)
- 想要的一切都有Server side render, ES6+, JSX, VDOM, React DevTools, HMR ...
- Native 支持,目前接入和正在接入的项目有: **腾讯课堂** **QQ群** **兴趣部落** **QQ空间玩吧**

View File

@ -16,6 +16,7 @@ Omi has prosperous ecology and strong features through the second-hand preact de
- Each component has a update method, you can continue to use setState
- Store system, data and logic of components management for omi without other frameworks dependencies
- Server side render, Native Suppport, ES6+, JSX, VDOM, React DevTools, HMR ...
- Create website with no build configuration if you use omi-cli, the same as multi-page support of create-react-app
---