2018-10-27 11:05:31 +08:00
English | [简体中文 ](./README.CN.md ) | [한국어 ](./README.KR.md )
2018-10-20 10:59:36 +08:00
2018-12-29 09:00:00 +08:00
< p align = "right" > v< strong > 5.0.19< / strong > < / p >
2018-11-26 19:46:07 +08:00
< p align = "center" > < img src = "./assets/omi3.png" alt = "omi" width = "300" / > < / p >
2018-12-29 07:57:06 +08:00
< h2 align = "center" > Omi - Next generation web framework using web components with omio fallback(IE8+) in tiny js.< / h2 >
2018-10-20 10:59:36 +08:00
## Why Omi?
2018-12-29 08:15:16 +08:00
- Tiny size.
2018-12-20 11:48:38 +08:00
- Excellent compatibility(IE8+) with [omio ](https://github.com/Tencent/omi/tree/master/packages/omio )
2018-12-01 11:57:39 +08:00
- Real [MVVM ](https://github.com/Tencent/omi/blob/master/tutorial/omi-mvvm.md ) with [mappingjs ](https://github.com/Tencent/omi/tree/master/packages/mappingjs ) strong support
- Supports TypeScript
2018-10-20 10:59:36 +08:00
- Reactive data-binding
2018-11-11 20:16:44 +08:00
- Enhanced CSS, [rpx unit support ](https://github.com/Tencent/omi/releases/tag/v4.0.26 ) base on **750** screen width
2018-10-20 22:37:24 +08:00
- [Based on Shadow DOM ](https://developers.google.com/web/fundamentals/web-components/shadowdom )
2018-10-20 22:27:50 +08:00
- 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 )]
2018-12-01 11:57:39 +08:00
- Compliance with browser trend and API design
- Merge [**Web Components** ](https://developers.google.com/web/fundamentals/web-components/ ) and [**JSX** ](https://reactjs.org/docs/introducing-jsx.html ) into one framework
- Built in observe feature (No need to call `this.update()` )
2018-10-20 10:59:36 +08:00
- Web Components can also be a data-driven view, ** `UI = fn(data)` **.
2018-12-01 11:57:39 +08:00
- 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 ) and it's turing complete(template engine is not, es template string is but grammatical noise is too loud)
2018-10-20 10:59:36 +08:00
- The original **Path Updating** system. Proxy-based automatic **accurate** update, **low power consumption** , high degree of freedom, excellent performance, easy integration of `requestIdleCallback`
2018-12-01 11:57:39 +08:00
- Say goodbye to `this.update` method when using **store system** ! It will automatically update UI partially when data is changed
- Look at [Facebook React vs Web Components ](https://softwareengineering.stackexchange.com/questions/225400/pros-and-cons-of-facebooks-react-vs-web-components-polymer ), Omi **combines their advantages** and gives developers the **freedom to choose the way they like**
- **Shadow DOM merges with Virtual DOM**, Omi uses both virtual DOM and real Shadow DOM to make view updates more accurate and faster
2018-10-20 10:59:36 +08:00
- With a Store system, 99.9% of projects don't need time travel, and not only Redux can travel, please don't come up on Redux, Omi store system can meet all projects
2018-10-22 03:50:09 +08:00
- **Scoped CSS**'s best solution is **Shadow DOM** , the community churning out frameworks and libraries for Scoped CSS (using JS or JSON writing styles such as Radium, jsxstyle, react-style; binding to webpack using generated unique `className` `filename-classname-hash` , such as CSS Modules, Vue), are hack technologies; _and Shadow DOM Style is the perfect solution_ .
2018-10-20 10:59:36 +08:00
Compare TodoApp by Omi and React, Omi and React rendering DOM structure:
2018-10-22 03:50:09 +08:00
| **Omi** | **React** |
| ------------------------------- | ----------------------------------- |
2018-10-20 10:59:36 +08:00
| ![Omi ](./assets/omi-render.jpg ) | ![React ](./assets/react-render.jpg ) |
2018-10-26 22:03:55 +08:00
Omi uses Shadow DOM based style isolation and semantic structure.
2018-10-20 10:59:36 +08:00
2018-11-05 14:47:11 +08:00
## Ecosystem of Omi
| **Project** | **Description** |
| ------------------------------- | ----------------------------------- |
| [omi-docs ](https://github.com/Tencent/omi/blob/master/docs/main-concepts.md )| Omi official documents |
2018-12-18 16:15:51 +08:00
| [omio![ ](https://raw.githubusercontent.com/dntzhang/cax/master/asset/hot.png ) ](https://github.com/Tencent/omi/tree/master/packages/omio)| Omi for old browsers(IE8+ and mobile browsers).|
2018-12-17 13:19:05 +08:00
| [md2site![ ](https://raw.githubusercontent.com/dntzhang/cax/master/asset/hot.png ) ](https://tencent.github.io/omi/assets/md2site/)| Static Site Generator with markdown powered by Omio.|
2018-11-28 10:32:09 +08:00
| [omi-mvvm![ ](https://raw.githubusercontent.com/dntzhang/cax/master/asset/hot.png ) ](https://github.com/Tencent/omi/blob/master/tutorial/omi-mvvm.md)| MVVM comes back bravely with [mappingjs ](https://github.com/Tencent/omi/tree/master/packages/mappingjs ) strong support.|
2018-12-12 11:10:26 +08:00
| [omi-chart![ ](https://raw.githubusercontent.com/dntzhang/cax/master/asset/hot.png ) ](https://github.com/Tencent/omi/tree/master/packages/omi-chart)| Simple HTML5 Charts using chart-x tag.|
2018-12-12 11:09:15 +08:00
| [omi-html ](https://github.com/Tencent/omi/tree/master/packages/omi-html )| Using [htm ](https://github.com/developit/htm ) in omi.|
2018-11-21 10:27:08 +08:00
| [omi-30-seconds![ ](https://raw.githubusercontent.com/dntzhang/cax/master/asset/hot.png ) ](https://github.com/Tencent/omi/tree/master/packages/omi-30-seconds)| Useful Omi snippets that you can understand in 30 seconds.|
2018-11-26 13:09:56 +08:00
| [omi-canvas ](https://github.com/Tencent/omi/tree/master/packages/omi-canvas )| Perfect fusion of web components, jsx and canvas.|
2018-12-14 09:10:54 +08:00
| [omi-mp![ ](https://raw.githubusercontent.com/dntzhang/cax/master/asset/hot.png ) ](https://github.com/Tencent/omi/tree/master/packages/omi-mp)| Develop and generate Web HTML5 Single-Page Applications by wechat mini program. The output source is base on omi + [omi-router ](https://github.com/Tencent/omi/tree/master/packages/omi-router )|
2018-11-21 10:26:10 +08:00
| [omi-router ](https://github.com/Tencent/omi/tree/master/packages/omi-router ) |Omi official router. [→ DEMO ](https://tencent.github.io/omi/packages/omi-router/examples/spa/build/ ) |
2018-11-05 14:47:11 +08:00
| [omi-devtools ](https://github.com/f/omi-devtools )| Browser DevTools extension |
| [omi-cli ](https://github.com/Tencent/omi/tree/master/packages/omi-cli )| Project scaffolding |
2018-12-09 15:46:37 +08:00
| [omi-ex ](https://github.com/Tencent/omi/tree/master/packages/omi-ex )| Omi.js extension(TypeScript) |
2018-11-05 14:47:11 +08:00
| [omi-transform ](https://github.com/Tencent/omi/tree/master/packages/omi-transform )|Omi / [css3transform ](https://tencent.github.io/omi/packages/omi-transform/css3transform/ ) integration. Made css3 transform super easy in your Omi project.|
2018-11-19 12:19:05 +08:00
| [omi-tap2 ](https://github.com/Tencent/omi/releases/tag/v4.0.24 )| Native tap event support(omi v4.0.24+) |
2018-11-10 14:05:26 +08:00
| [omi-tap ](https://github.com/Tencent/omi/tree/master/packages/omi-tap )|Support tap event in your omi project|
2018-11-05 14:47:11 +08:00
| [omi-finger ](https://github.com/Tencent/omi/tree/master/packages/omi-finger )|Support touch and gesture events in your Omi project.|
| [omi-touch ](https://github.com/Tencent/omi/tree/master/packages/omi-touch )|Smooth scrolling, rotation, pull to refresh and any motion for the web.|
| [omi-use ](https://github.com/Tencent/omi/blob/master/docs/main-concepts.md#use )|React hooks like API|
| [omi-native ](https://github.com/Tencent/omi/tree/master/packages/omi-native )|Render web components to native|
2018-11-16 18:07:49 +08:00
| [omi-weui ](https://github.com/Tencent/omi/tree/master/packages/omi-weui ) |[Weui](https://weui.io/) for Omi by [@132yse ](https://github.com/132yse ).|
2018-11-10 14:05:26 +08:00
|[omi-i18n](https://github.com/i18next/omi-i18n)| Internationalization solution for omi.js using i18next ecosystem |
| [omi-page ](https://github.com/Tencent/omi/tree/master/packages/omi-page ) |Tiny client-side router by [page ](https://github.com/visionmedia/page.js )|
2018-11-05 14:47:11 +08:00
2018-11-06 08:39:32 +08:00
## Useful Resources
2018-11-15 09:04:47 +08:00
| **Title Name** | **Other language** | **Related** |
2018-11-15 09:09:32 +08:00
| ----------------------------------------- | ------------------ |-----------------|
2018-12-28 14:35:00 +08:00
|[Styling We Components Using A Shared Style Sheet](https://www.smashingmagazine.com/2016/12/styling-web-components-using-a-shared-style-sheet/)|
2018-12-10 09:28:13 +08:00
|[Developer Tools support for Web Components in Firefox 63](https://blog.nightly.mozilla.org/2018/09/06/developer-tools-support-for-web-components-in-firefox-63/)||
2018-12-06 17:51:06 +08:00
|[Develop W3C Web Components with WebAssembly](https://medium.com/coinmonks/develop-w3c-web-components-with-webassembly-d65938284255)||
2018-11-19 20:45:17 +08:00
| [60FPS Animation In Omi ](https://github.com/Tencent/omi/blob/master/tutorial/omi-transform.md )| [简体中文 ](https://github.com/Tencent/omi/blob/master/tutorial/omi-transform.cn.md ) [한국어 ](https://github.com/Tencent/omi/blob/master/tutorial/omi-transform.kr.md )|
| [Render Web Components To Native ](https://github.com/Tencent/omi/blob/master/tutorial/render-web-components-to-native.md )|[简体中文](https://github.com/Tencent/omi/blob/master/tutorial/render-web-components-to-native.cn.md) [한국어 ](https://github.com/Tencent/omi/blob/master/tutorial/render-web-components-to-native.kr.md )|
2018-11-30 13:10:11 +08:00
| [Shadow Dom In Depth ](https://github.com/praveenpuglia/shadow-dom-in-depth )| [简体中文 ](https://github.com/Tencent/omi/blob/master/tutorial/shadow-dom-in-depth.cn.md )|
2018-11-15 09:09:32 +08:00
| [Part Theme Explainer ](https://meowni.ca/posts/part-theme-explainer/ )|求翻译|
2018-11-15 08:56:12 +08:00
| [Web Components MDN ](https://developer.mozilla.org/en-US/docs/Web/Web_Components )| [简体中文 ](https://developer.mozilla.org/zh-CN/docs/Web/Web_Components )|
2018-11-15 08:52:31 +08:00
| [Web Components Google ](https://developers.google.com/web/fundamentals/web-components/ )|
| [Web Components Org ](https://www.webcomponents.org/introduction )|
2018-11-19 20:45:17 +08:00
| [Proxy MDN ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy )|[简体中文](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy) [한국어 ](https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Proxy )|
| [CSS Variables ](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables )|[简体中文](https://developer.mozilla.org/zh-CN/docs/Web/CSS/Using_CSS_variables) [한국어 ](https://developer.mozilla.org/ko-KR/docs/Web/CSS/Using_CSS_variables )|
2018-11-15 08:52:31 +08:00
| [CSS Shadow Parts ](https://drafts.csswg.org/css-shadow-parts-1/ )|
| [Platform HTML5 ](https://platform.html5.org/ )|
2018-11-15 09:09:32 +08:00
| [Using requestIdleCallback ](https://developers.google.com/web/updates/2015/08/using-requestidlecallback )|[简体中文](https://div.io/topic/1370)| [A polyfill ](https://gist.github.com/paullewis/55efe5d6f05434a96c36 )|
2018-12-17 23:51:59 +08:00
| [The Power Of Web Components ](https://hacks.mozilla.org/2018/11/the-power-of-web-components/ )|[简体中文](https://github.com/Tencent/omi/blob/master/tutorial/the-power-of-web-components.cn.md)|
2018-11-27 20:16:27 +08:00
|[ShadowRoot](https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot)|[简体中文](https://developer.mozilla.org/zh-CN/docs/Web/API/ShadowRoot)||
2018-12-06 17:51:06 +08:00
2018-11-06 08:54:17 +08:00
# Overview of the Readme
2018-10-26 22:21:53 +08:00
- [Ecosystem of Omi ](#ecosystem-of-omi )
2018-11-06 08:39:32 +08:00
- [Useful Resources ](#useful-resources )
2018-10-20 10:59:36 +08:00
- [Add Omi in One Minute ](#add-omi-in-one-minute )
2018-10-29 09:20:52 +08:00
- [Add Omi in 30 Seconds ](#add-omi-in-30-seconds )
2018-10-20 10:59:36 +08:00
- [Getting Started ](#getting-started )
2018-10-25 21:30:18 +08:00
- [Install ](#install )
2018-11-25 21:25:00 +08:00
- [Project Template ](#project-template )
2018-10-25 21:30:18 +08:00
- [Hello Element ](#hello-element )
- [TodoApp ](#todoapp )
- [Store ](#store )
2018-11-21 09:19:12 +08:00
- [Mitt ](#mitt )
2018-10-28 08:19:56 +08:00
- [Observe ](#observe )
2018-10-25 21:30:18 +08:00
- [Lifecycle ](#lifecycle )
2018-10-20 11:14:19 +08:00
- [Debugging ](#debugging )
2018-11-05 13:14:43 +08:00
- [React to Omi ](#react-to-omi )
2018-10-20 10:59:36 +08:00
- [Browsers Support ](#browsers-support )
2018-11-26 17:42:55 +08:00
- [Contributors ](#contributors )
2018-12-14 09:08:04 +08:00
- [Maintainers ](#maintainers )
2018-10-29 14:58:04 +08:00
- [Thanks ](#thanks )
2018-10-20 11:14:19 +08:00
- [License ](#license )
2018-10-20 10:59:36 +08:00
## Add Omi in One Minute
This page demonstrates using Omi **with no build tooling** .
2018-10-22 03:50:09 +08:00
- [Online Demo! ](https://tencent.github.io/omi/assets/ )
- [Omi.js CDN ](https://unpkg.com/omi )
2018-10-20 10:59:36 +08:00
```html
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" / >
< title > Add Omi in One Minute< / title >
< / head >
< body >
< script src = "https://unpkg.com/omi" > < / script >
< script >
2018-10-30 06:19:42 +08:00
const { WeElement, h, render, define } = Omi
2018-11-23 11:19:20 +08:00
define('like-button', class extends WeElement {
2018-10-30 06:19:42 +08:00
install() {
this.data = { liked: false }
}
render() {
if (this.data.liked) {
return 'You liked this.'
}
return h(
'button',
{
onClick: () => {
this.data.liked = true
this.update()
}
},
'Like'
)
}
})
render(h('like-button'), 'body')
2018-10-20 10:59:36 +08:00
< / script >
< / body >
< / html >
```
You can also use `like-button` tag directly in HTML:
```jsx
< body >
2018-10-25 21:30:18 +08:00
< like-button / >
2018-10-20 10:59:36 +08:00
< / body >
```
2018-10-29 09:20:52 +08:00
### Add Omi in 30 Seconds
You can also quickly build omi projects using modern JS code:
```js
import { render, WeElement, tag, observe } from "omi"
@observe
@tag ("my-counter")
2018-10-30 06:13:12 +08:00
class MyCounter extends WeElement {
2018-10-29 09:20:52 +08:00
2018-10-29 21:25:46 +08:00
data = {
count: 0
}
2018-10-29 09:20:52 +08:00
sub = () => {
this.data.count--
}
add = () => {
this.data.count++
}
render() {
return (
< div >
< button onClick = {this.sub} > -< / button >
< span > {this.data.count}< / span >
< button onClick = {this.add} > +< / button >
< / div >
)
}
}
render(< my-counter / > , "body")
```
[→ counter demo ](https://tencent.github.io/omi/packages/omi/examples/counter/ )
2018-10-30 06:13:12 +08:00
You will find that the `MyCounter` class name defined above is never used. So you can also use the following way to avoid Eslint hints:
```js
2018-10-30 06:39:32 +08:00
import { render, WeElement, define } from 'omi'
2018-10-30 06:13:12 +08:00
2018-10-30 06:39:32 +08:00
define('my-counter', class extends WeElement {
static observe = true
2018-10-30 06:19:42 +08:00
data = {
count: 1
}
sub = () => {
this.data.count--
}
add = () => {
this.data.count++
}
render() {
return (
< div >
< button onClick = {this.sub} > -< / button >
< span > {this.data.count}< / span >
< button onClick = {this.add} > +< / button >
< / div >
)
}
})
2018-10-30 06:13:12 +08:00
render(< my-counter / > , 'body')
```
2018-12-28 09:27:50 +08:00
<!-- You can also be defined as a form of pure functions:
2018-10-31 17:39:18 +08:00
```js
import { define, render } from 'omi'
define('my-counter', function() {
const [count, setCount] = this.use({
data: 0,
effect: function() {
document.title = `The num is ${this.data}.`
}
})
2018-11-03 21:17:28 +08:00
this.useCss(`button{ color: red; }`)
2018-10-31 17:39:18 +08:00
return (
< div >
< button onClick = {() = > setCount(count - 1)}>-< / button >
< span > {count}< / span >
< button onClick = {() = > setCount(count + 1)}>+< / button >
< / div >
)
})
render(< my-counter / > , 'body')
```
2018-10-31 19:44:01 +08:00
If you don't need effect, you can use `useData` directly:
```js
const [count, setCount] = this.useData(0)
2018-12-28 09:27:50 +08:00
``` -->
2018-10-31 19:44:01 +08:00
2018-10-20 10:59:36 +08:00
## Getting Started
### Install
```bash
$ npm i omi-cli -g # install cli
2018-11-25 15:30:24 +08:00
$ omi init my-app # init project, you can also exec 'omi init' in an empty folder
$ cd my-app # please ignore this command if you executed 'omi init' in an empty folder
2018-10-20 10:59:36 +08:00
$ npm start # develop
$ npm run build # release
```
2018-11-25 15:30:24 +08:00
> `npx omi-cli init my-app` is also supported(npm v5.2.0+).
2018-11-21 22:43:27 +08:00
2018-10-20 10:59:36 +08:00
Directory description:
```
├─ config
├─ public
├─ scripts
├─ src
│ ├─ assets
│ ├─ elements //Store all custom elements
│ ├─ store //Store all this store of pages
│ ├─ admin.js //Entry js of compiler, will build to admin.html
│ └─ index.js //Entry js of compiler, will build to index.html
```
2018-10-29 11:55:16 +08:00
About compiled website URL:
* [build env doc ](https://facebook.github.io/create-react-app/docs/adding-custom-environment-variables#referencing-environment-variables-in-the-html )
* [build problem ](https://stackoverflow.com/questions/42686149/create-react-app-build-with-public-url )
Such as in windows:
```json
"scripts": {
"start": "node scripts/start.js",
"_build": "node scripts/build.js",
"build":"set PUBLIC_URL=https://fe.wxpay.oa.com/dv& & npm run _build"
}
```
2018-11-06 22:37:08 +08:00
In mac os:
```json
"scripts": {
"start": "node scripts/start.js",
"_build": "node scripts/build.js",
"build":"PUBLIC_URL=https://fe.wxpay.oa.com/dv npm run _build",
"fix": "eslint src --fix"
},
```
2018-12-13 15:47:26 +08:00
If you only want to use relative addresses:
```
"build":"set PUBLIC_URL=.& & npm run _build" //windows
"build":"PUBLIC_URL=. npm run _build", //mac os
```
2018-11-25 21:22:54 +08:00
### Project Template
2018-10-24 02:04:13 +08:00
2018-11-25 21:33:52 +08:00
| **Template Type** | **Command** | **Describe** |
2018-11-25 21:22:54 +08:00
| ------------ | -----------| ----------------- |
2018-12-14 16:53:24 +08:00
|Base Template|`omi init my-app`| Basic omi project template.|
2018-12-18 16:15:51 +08:00
|Omio Template|`omi init-o my-app`| Basic omi project template for old browsers(IE8+ and mobile browsers).|
2018-12-14 16:53:24 +08:00
|Mobile Template|`omi init-weui my-app`| Mobile web app template with weui and omi-router.|
2018-11-25 21:29:12 +08:00
|TypeScript Template(omi-cli v3.0.5+)|`omi init-ts my-app`|Basic template with typescript.|
|[SPA Template](https://tencent.github.io/omi/packages/omi-router/examples/spa/build/)(omi-cli v3.0.10+)|`omi init-spa my-app`|Single page application template with omi-router.|
2018-11-25 21:30:19 +08:00
|omi-mp Template(omi-cli v3.0.13+)|`omi init-mp my-app` |Developing web with mini program template.|
2018-11-25 22:01:10 +08:00
|MVVM Template(omi-cli v3.0.22+)|`omi init-mvvm my-app` |MVVM template.|
2018-11-07 15:52:49 +08:00
2018-10-29 11:55:16 +08:00
CLI's auto-created project scaffolding is based on a single-page create-react-app to be converted into a multi-page one, with configuration issues to see [create-react-app user guide ](https://facebook.github.io/create-react-app/docs/getting-started )
2018-10-20 10:59:36 +08:00
### Hello Element
2018-10-30 09:08:59 +08:00
Define a custom element by extending ** `WeElement` ** base class:
2018-10-20 10:59:36 +08:00
```js
2018-10-30 09:08:59 +08:00
import { define, WeElement } from 'omi'
2018-10-20 10:59:36 +08:00
2018-10-30 09:08:59 +08:00
define('hello-element', class extends WeElement {
2018-10-25 21:30:18 +08:00
onClick = evt => {
// trigger CustomEvent
2018-10-30 09:08:59 +08:00
this.fire('abc', { name: 'dntzhang', age: 12 })
evt.stopPropagation()
}
2018-10-25 21:30:18 +08:00
css() {
return `
2018-10-20 10:59:36 +08:00
div {
color: red;
cursor: pointer;
2018-10-30 09:08:59 +08:00
}`
2018-10-25 21:30:18 +08:00
}
render(props) {
return (
< div onClick = {this.onClick} >
Hello {props.msg} {props.propFromParent}
< div > Click Me!< / div >
< / div >
2018-10-30 09:08:59 +08:00
)
2018-10-25 21:30:18 +08:00
}
2018-10-30 09:08:59 +08:00
})
2018-10-20 10:59:36 +08:00
```
Using `hello-element` :
2018-10-22 03:50:09 +08:00
```js
2018-10-30 09:08:59 +08:00
import { define, render, WeElement } from 'omi'
import './hello-element'
2018-10-20 10:59:36 +08:00
2018-10-30 09:08:59 +08:00
define('my-app', class extends WeElement {
data = { abc: 'abc', passToChild: 123 }
2018-10-25 21:30:18 +08:00
2018-10-30 09:08:59 +08:00
// define CustomEvent Handler
2018-10-25 21:30:18 +08:00
onAbc = evt => {
// get evt data by evt.detail
2018-10-30 09:08:59 +08:00
this.data.abc = ' by ' + evt.detail.name
this.data.passToChild = 1234
this.update()
}
2018-10-25 21:30:18 +08:00
css() {
return `
2018-10-30 09:08:59 +08:00
div{
color: green;
}`
2018-10-25 21:30:18 +08:00
}
render(props, data) {
return (
< div >
Hello {props.name} {data.abc}
< hello-element
onAbc={this.onAbc}
2018-12-05 09:10:38 +08:00
propFromParent={data.passToChild}
2018-10-25 21:30:18 +08:00
msg="WeElement"
/>
< / div >
2018-10-30 09:08:59 +08:00
)
2018-10-25 21:30:18 +08:00
}
2018-10-30 09:08:59 +08:00
})
2018-10-20 10:59:36 +08:00
2018-10-30 09:08:59 +08:00
render(< my-app name = "Omi v4.0" / > , 'body')
2018-10-20 10:59:36 +08:00
```
Tell Babel to transform JSX into `Omi.h()` call:
2018-10-22 03:50:09 +08:00
```json
2018-10-20 10:59:36 +08:00
{
2018-10-25 21:30:18 +08:00
"presets": ["env", "omi"]
2018-10-20 10:59:36 +08:00
}
```
The following two NPM packages need to be installed to support the above configuration:
2018-10-22 03:50:09 +08:00
```bash
2018-10-20 10:59:36 +08:00
"babel-preset-env": "^1.6.0",
"babel-preset-omi": "^0.1.1",
```
2018-10-27 16:08:24 +08:00
If you use babel7, you can also use the following packages and configuration:
```bash
npm install --save-dev @babel/preset -env
npm install --save-dev @babel/preset -react
```
```js
{
"presets": [
"@babel/preset-env",
[
"@babel/preset-react",
{
"pragma": "Omi.h",
}
]
]
}
```
2018-10-23 09:18:59 +08:00
If you don't want to write CSS in JS, you can use [to-string-loader ](https://www.npmjs.com/package/to-string-loader ) of webpack,
2018-10-20 10:59:36 +08:00
For example, the following configuration:
2018-10-22 03:50:09 +08:00
```js
2018-10-20 10:59:36 +08:00
{
test: /[\\|\/]_[\S]*\.css$/,
use: [
'to-string-loader',
'css-loader'
]
}
```
If your CSS file starts with "`_`", CSS will use `to-string-loader` ., such as:
2018-10-22 03:50:09 +08:00
```js
2018-10-20 10:59:36 +08:00
import { tag, WeElement render } from 'omi'
// typeof cssStr is string
import cssStr from './_index.css'
@tag ('my-app')
class MyApp extends WeElement {
css() {
return cssStr
}
...
...
...
```
2018-10-27 16:12:05 +08:00
You can also forget the tedious configuration and use omi-cli directly, no need to configure anything.
2018-10-20 10:59:36 +08:00
### TodoApp
Here is a relatively complete example of TodoApp:
```js
2018-11-03 06:49:36 +08:00
import { define, render, WeElement } from 'omi'
2018-10-20 10:59:36 +08:00
2018-11-03 06:49:36 +08:00
define('todo-list', function(props) {
return (
< ul >
{props.items.map(item => (
< li key = {item.id} > {item.text}< / li >
))}
< / ul >
)
2018-10-30 06:42:07 +08:00
})
define('todo-app', class extends WeElement {
2018-10-30 07:01:01 +08:00
static observe = true
2018-11-03 06:49:36 +08:00
data = { items: [], text: '' }
2018-10-30 07:01:01 +08:00
render() {
return (
< div >
< h3 > TODO< / h3 >
< todo-list items = {this.data.items} / >
< form onSubmit = {this.handleSubmit} >
< input
id="new-todo"
onChange={this.handleChange}
value={this.data.text}
/>
< button > Add #{this.data.items.length + 1}< / button >
< / form >
< / div >
)
}
handleChange = e => {
this.data.text = e.target.value
}
handleSubmit = e => {
e.preventDefault()
if (!this.data.text.trim().length) {
return
}
this.data.items.push({
text: this.data.text,
id: Date.now()
})
this.data.text = ''
}
2018-10-30 06:42:07 +08:00
})
render(< todo-app / > , 'body')
2018-10-20 10:59:36 +08:00
```
### Store
Say goodbye to `this.update` method when using store system! It will automatically update the UI partially when data is changed. The powerful **Store architecture** is high-performanced since all the data is mounted on the store, except for components that rely on props to determine the state of the component.
```js
export default {
2018-10-25 21:30:18 +08:00
data: {
items: [],
text: "",
firstName: "dnt",
lastName: "zhang",
fullName: function() {
return this.firstName + this.lastName;
},
globalPropTest: "abc", // Change it will refresh all elements without changing the components and page declaring data dependency.
ccc: { ddd: 1 } // Change it will refresh all elements without changing the components and page declaring data dependency.
},
globalData: ["globalPropTest", "ccc.ddd"],
add: function() {
if (!this.data.text.trim().length) {
return;
}
this.data.items.push({
text: this.data.text,
id: Date.now()
});
this.data.text = "";
}
// Default value is false, set to true will update all instances when data changing.
// updateAll: true
2018-10-25 20:44:42 +08:00
};
2018-10-20 10:59:36 +08:00
```
Custom Element requires declaring dependent data so that Omi stores compute the dependency path based on the data declared on the custom component and update it locally as needed. Such as:
```js
2018-10-30 09:15:43 +08:00
define('todo-app', class extends WeElement {
2018-10-25 21:30:18 +08:00
// If you use store, the data is only used to declare dependencies.
static get data() {
return { items: [], text: "" };
}
// ...
handleChange = e => {
this.store.data.text = e.target.value;
};
handleSubmit = e => {
e.preventDefault();
this.store.add();
};
2018-10-30 09:15:43 +08:00
})
2018-10-20 10:59:36 +08:00
```
2018-10-22 03:50:09 +08:00
- The logic of data is **encapsulated in the store definition method** (such as `store.add` ).
- Views are only **responsible for passing data to store** , such as calling `store.add` or setting `store.data.text` on top.
2018-10-20 10:59:36 +08:00
You need to inject `store` from the root node at render time to use this store:
```js
2018-10-22 03:50:09 +08:00
render(< todo-app / > , "body", store);
2018-10-20 10:59:36 +08:00
```
[→ Store Source Code ](https://github.com/Tencent/omi/blob/master/packages/omi/examples/store/main.js )
#### Summary:
2018-10-22 03:50:09 +08:00
- `store.data` is used to list all attributes and default values (except the components of the view decided by props).
- The static data of the element is used to list the attributes of the dependent store.data _(Omi will record path)_ and update on demand.
- If there are few simple components on the page, `updateAll` can be set to `true` , and components and pages don't need to declare data, and they don't update on demand
- The path declared in `globalData` refreshes all pages and components by modifying the value of the corresponding path, which can be used to list all pages or most of the public properties path
2018-10-20 10:59:36 +08:00
2018-11-21 09:19:12 +08:00
## Mitt
If you don't want to use store's data system, you can also use publish subscribe mode. For example, using [mitt ](https://github.com/developit/mitt ) across component communication in Omi:
2018-11-22 22:14:19 +08:00
* [cross-component-communication ](https://github.com/Tencent/omi/blob/master/packages/omi-30-seconds/README.md#cross-component-communication )
2018-11-21 09:19:12 +08:00
2018-10-28 08:19:56 +08:00
## Observe
2018-10-20 10:59:36 +08:00
2018-10-28 08:19:56 +08:00
### Omi Observe
2018-10-20 10:59:36 +08:00
2018-10-28 08:19:56 +08:00
You can also use observe to create response views for element who no need `store` , such as:
2018-10-20 11:14:19 +08:00
2018-10-28 08:19:56 +08:00
```js
2018-10-30 09:15:43 +08:00
import { define, WeElement } from "omi"
define("my-app", class extends WeElement {
static observe = true
2018-10-20 11:14:19 +08:00
2018-10-28 08:19:56 +08:00
install() {
this.data.name = "omi"
}
2018-10-20 11:14:19 +08:00
2018-10-28 08:19:56 +08:00
onClick = () => {
this.data.name = "Omi V4.0"
2018-10-28 08:23:07 +08:00
}
2018-10-28 08:19:56 +08:00
render(props, data) {
return (
< div onClick = {this.onClick} >
< h1 > Welcome to {data.name}< / h1 >
< / div >
)
}
2018-10-30 09:15:43 +08:00
})
2018-10-28 08:19:56 +08:00
```
2018-12-24 09:47:09 +08:00
<!--
2018-11-01 15:12:52 +08:00
If you want to be compatible with IE11, please use the `omi-mobx` instead of omi's own observe.
2018-10-21 17:19:49 +08:00
2018-10-28 08:19:56 +08:00
### Omi Mobx
2018-10-21 17:19:49 +08:00
```js
2018-10-28 08:19:56 +08:00
import { tag, WeElement } from "omi"
import { observe } from "omi-mobx"
2018-10-21 17:19:49 +08:00
@observe
2018-10-22 03:50:09 +08:00
@tag ("my-app")
2018-10-21 17:19:49 +08:00
class MyApp extends WeElement {
2018-10-25 21:30:18 +08:00
install() {
2018-10-28 08:19:56 +08:00
this.data.name = "omi"
2018-10-25 21:30:18 +08:00
}
onClick = () => {
2018-10-28 08:19:56 +08:00
this.data.name = "Omi V4.0"
}
2018-10-25 21:30:18 +08:00
render(props, data) {
return (
< div onClick = {this.onClick} >
< h1 > Welcome to {data.name}< / h1 >
< / div >
2018-10-28 08:19:56 +08:00
)
2018-10-25 21:30:18 +08:00
}
2018-10-21 17:19:49 +08:00
}
2018-12-24 09:47:09 +08:00
``` -->
2018-10-21 17:19:49 +08:00
2018-10-28 08:19:56 +08:00
### Lifecycle
| Lifecycle method | When it gets called |
| ---------------- | -------------------------------------------- |
| `install` | before the component gets mounted to the DOM |
| `installed` | after the component gets mounted to the DOM |
| `uninstall` | prior to removal from the DOM |
| `beforeUpdate` | before update |
2018-11-25 21:13:16 +08:00
| `afterUpdate` | after update (deprecated) |
| `updated` | after update |
2018-10-28 08:19:56 +08:00
| `beforeRender` | before `render()` |
2018-11-20 19:09:19 +08:00
| `receiveProps` | parent element re-render will trigger it |
2018-10-28 08:19:56 +08:00
## Debugging
Using [Omi DevTools ](https://chrome.google.com/webstore/detail/omijs-devtools/pjgglfliglbhpcpalbpeloghnbceocmd ) you can simply debug and manage your UI **without any configuration** . Just install and debug.
2018-12-31 17:15:55 +08:00
Since Omi uses Web Components and Shadow-DOM, it doesn't need to have another elements panel such as React has. It just adds a panel to the **Elements' sidebar** and it's powerful as much as React DevTools.
2018-10-28 08:19:56 +08:00
![Omi DevTools ](https://github.com/f/omi-devtools/raw/master/omi-devtools.gif )
2018-11-05 13:14:43 +08:00
## React to Omi
2018-11-05 21:21:57 +08:00
For example, the below is about migration React button as weui Omi button:
2018-11-05 13:14:43 +08:00
![react to omi ](./assets/react-to-omi.png )
* [Diff Split ](https://github.com/Tencent/omi/commit/9790fadaaf20cfede80bcf9213756a83fc8c3949?diff=split )
* [Diff Unified ](https://github.com/Tencent/omi/commit/9790fadaaf20cfede80bcf9213756a83fc8c3949?diff=unified )
* [Before ](https://github.com/Tencent/omi/blob/c8af654f1d5865dc557c0b4b8ad524f702a69be5/packages/omi-weui/src/omi-weui/elements/button/button.js )
* [After ](https://github.com/Tencent/omi/blob/9790fadaaf20cfede80bcf9213756a83fc8c3949/packages/omi-weui/src/omi-weui/elements/button/button.js )
2018-10-20 10:59:36 +08:00
## Browsers Support
2018-12-18 16:15:51 +08:00
> [Omio](https://github.com/Tencent/omi/tree/master/packages/omio) - Omi for old browsers(IE8+ and mobile browsers)
2018-12-13 16:15:47 +08:00
2018-10-20 10:59:36 +08:00
Omi 4.0+ works in the latest two versions of all major browsers: Safari 10+, IE 11+, and the evergreen Chrome, Firefox, and Edge.
2018-10-23 06:47:28 +08:00
![→ Browsers Support ](./assets/browsers-support.png )
2018-10-20 10:59:36 +08:00
[→ Polyfills ](https://github.com/webcomponents/webcomponentsjs )
2018-12-11 14:56:28 +08:00
```html
< script src = "https://unpkg.com/@webcomponents/webcomponentsjs@2.0.0/webcomponents-bundle.js" > < / script >
```
2018-10-20 10:59:36 +08:00
2018-11-26 17:42:55 +08:00
## Contributors
< table > < tbody >
2018-12-11 13:33:02 +08:00
< tr > < td > < a target = "_blank" href = "https://github.com/dntzhang" > < img width = "60px" src = "https://avatars2.githubusercontent.com/u/7917954?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/LeeHyungGeun" > < img width = "60px" src = "https://avatars2.githubusercontent.com/u/2471651?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/xcatliu" > < img width = "60px" src = "https://avatars1.githubusercontent.com/u/5453359?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/yanceyou" > < img width = "60px" src = "https://avatars2.githubusercontent.com/u/16320418?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/1921622004" > < img width = "60px" src = "https://avatars1.githubusercontent.com/u/19359217?s=60&v=4" > < / a > < / td > < / tr > < tr > < td > < a target = "_blank" href = "https://github.com/f" > < img width = "60px" src = "https://avatars0.githubusercontent.com/u/196477?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/pasturn" > < img width = "60px" src = "https://avatars0.githubusercontent.com/u/6126885?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/ghostzhang" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/194242?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/jayZOU" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/8576977?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/zhengbao" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/1736166?s=60&v=4" > < / a > < / td > < / tr > < tr > < td > < a target = "_blank" href = "https://github.com/vorshen" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/10334783?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/akira-cn" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/316498?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/loo41" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/28095677?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/rainmanhhh" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/13862623?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/nbompetsis" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/11991105?s=60&v=4" > < / a > < / td > < / tr > < tr > < td > < a target = "_blank" href = "https://github.com/CodeFalling" > < img width = "60px" src = "https://avatars1.githubusercontent.com/u/5436704?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/daizhan" > < img width = "60px" src = "https://avatars0.githubusercontent.com/u/5318547?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/validalias" > < img width = "60px" src = "https://avatars1.githubusercontent.com/u/44221844?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/elfman" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/948001?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/132yse" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/12951461?s=60&v=4" > < / a > < / td > < / tr > < tr > < td > < a target = "_blank" href = "https://github.com/NoBey" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/10740524?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/hilkbahar" > < img width = "60px" src = "https://avatars2.githubusercontent.com/u/12161006?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/KidneyFlower" > < img width = "60px" src = "https://avatars1.githubusercontent.com/u/16027183?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/zhangsanshi" > < img width = "60px" src = "https://avatars1.githubusercontent.com/u/3771933?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/xland" > < img width = "60px" src = "https://avatars0.githubusercontent.com/u/2980915?s=60&v=4" > < / a > < / td > < / tr > < tr > < td > < a target = "_blank" href = "https://github.com/winstonxie" > < img width = "60px" src = "https://avatars3.githubusercontent.com/u/16422642?s=60&v=4" > < / a > < / td > < td > < a target = "_blank" href = "https://github.com/ritsc
2018-11-26 17:42:55 +08:00
2018-12-14 09:08:04 +08:00
## Maintainers
2018-10-20 10:59:36 +08:00
2018-10-22 03:50:09 +08:00
- [@f ](https://github.com/f )
2018-11-01 10:43:37 +08:00
- [@LeeHyungGeun ](https://github.com/LeeHyungGeun )
2018-10-22 03:50:09 +08:00
- [@dntzhang ](https://github.com/dntzhang )
2018-10-25 11:38:56 +08:00
- [@xcatliu ](https://github.com/xcatliu )
2018-10-20 10:59:36 +08:00
2018-11-12 19:00:28 +08:00
Please contact us for any questions. Also, Add [Omi QQ Group ](https://github.com/Tencent/omi/issues/169 ).
2018-11-10 14:44:23 +08:00
2018-10-29 14:58:04 +08:00
## Thanks
* [preact ](https://github.com/developit/preact )
* [JSONPatcherProxy ](https://github.com/Palindrom/JSONPatcherProxy )
2018-11-12 15:53:48 +08:00
* [create-react-app ](https://github.com/facebook/create-react-app )
* [JSX ](https://github.com/facebook/jsx )
2018-10-29 14:58:04 +08:00
2018-10-20 10:59:36 +08:00
## License
MIT © Tencent