| Plan | Date | |-------------------|-----------------------| | Virtual-DOM | 2020.1.28 - 2020.2.1 | | Basic-Component | 2020.2.5 - 2020.2.7 | | Router | 2020.2.7 - 2020.2.10 | | Native Components | 2020.2.10 - 2020.2.11 | | Benchmark | 2020.2.11 - 2020.2.15 | | Beta Versin | 2020.2.15 - 2020.2.17 |
Is anybody home?
As we know, Elvis
is a famous rock star, and both a famous rock song named Calling Elvis
wrote by Dire Straits
which inspired a unknown rock star to write down these chords(code || words).
For now, Elvis, the rock star, will rise, once again, beyond the internet โโ truely your wasm web library, ๐ฆ + ๐ธ => ๐
The Evlis Book mainly talks about the usage of the npm package calling-elvis
, and if you want to use "low-level"
api rusting the web, plz check out elvis' rust doc.
Writing web pages in pure javascript using wasm bindings, without jsx
or any other
complex syntax, just javascript, of course, not writing html
nor css
either.
๐งโโ๏ธ ๐คนโโ๏ธ Here we go! Roll up, roll up for the mystery tour, the magical mystery tour is waiting to take you away! Hoping to take you away! Coming to take you away! Dying to take you away, take you today! ๐ธ
๐ป Let me take you down, cause I'm going to,
```js /* my elvis file */ import { Colors, Elvis, Text } from "calling-elvis";
const Home = Text("Pink is the Pig!", { bold: true, italic: true, size: 10, color: Colors.PinkAccent(), });
new Elvis({ home: Home, }).calling(); ``` Strawberry Fields ๐งโ๐
Heartbreak Hotel.