liaison Documentation
Overview and in-depth user guide
liaison has many features that helps you write your application with good separation-of-concern, on top of emerging standards.
Declarative/imperative bindings
- Declarative two-way bindings based on
<template>
with mustache syntax - Imperative two-way bindings to DOM and Custom Elements
Change observation
- Low-level observable objects, shims of ES7
Object.observe()
andArray.observe()
based on "value-holder object" approach - High-level observation API (BindingSource)