UNPKG

@danielkalen/simplybind

Version:

Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.

6 lines (4 loc) 110 B
export class App { selectedProduct = { id: 1, name: 'CPU' }; productMatcher = (a, b) => a.id === b.id; }