Phase 8 features:
- bind prop: two-way signal <-> input sync
- placeholder, value, style, disabled props
- DS.resource() for reactive async data fetching
- DS.fetchJSON() convenience wrapper
- Props-only element parsing: input { bind: x }
- examples/form.ds: contact form with validation
Fixed: double .value.value bug in bind codegen.
|
||
|---|---|---|
| .. | ||
| benchmarks.html | ||
| counter.ds | ||
| dashboard.html | ||
| form.ds | ||
| list.ds | ||
| playground.html | ||
| router.ds | ||
| search.html | ||
| showcase.html | ||
| todomvc.ds | ||
| todomvc.html | ||