build | min / gz | contents | descr |
---|---|---|---|
pico | 11.0k / 4.4k | dom recycling lifecycle hooks event delegation parameterized handlers sub-views element injection raw html vnode refs css objects svg global onevent |
view core This build is unstable by design; features that get decoupled can move to nano+ builds at any commit! |
nano | 12.3k / 4.9k | + selectorTag + autoPx + diff + patch |
tpl conveniences:"input[type=checkbox].some-class" {style: {width: 20}} el("div", el("span", "foo")...) optims: vnode.patch({class: ..., style...}) vm.diff({vals:...then:...}) |
micro | 12.8k / 5.1k | + emit + body |
subview-to-parent events:vm.emit('myNotif', arg1, arg2...) get child views: vm.body() |
mini | 13.4k / 5.3k | + streamCfg + streamFlyd + prop |
view reactivity (reduce need for explicit redraw() ) |
client | 13.8k / 5.5k | mini + attach |
SSR hydration |
server | 14.8k / 5.9k | mini + html |
SSR rendering |
full | 15.2k / 6.0k | mini + attach + html |
everything (for tests) |
dev | 17.2k / 6.9k | full + warnings |
use this build for development; it contains detection of some anti-patterns that may cause slowness, confusion, errors or undesirable behavior |
dist
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||