You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Simple, fast, modular & lightweight MVVM library for building interactive user interfaces.
6
4
7
5
## Features
8
6
9
7
- 10kb gzipped, no dependency.
10
8
- DOM based templates with two-way data binding.
11
9
- Precise and efficient DOM manipulation with granularity down to a TextNode.
12
10
- POJSO (Plain Old JavaScript Objects) Models that can be shared across ViewModels with arbitrary levels of nesting.
13
-
- Extendable with custom directives and filters.
14
-
- Auto dependency extraction for computed properties.
11
+
- Auto dependency tracking for expressions and computed properties.
15
12
- Auto event delegation on repeated items.
16
-
- Flexible API that allows easy encapsulation of components.
17
-
- Supports partials, transitions and nested view models.
13
+
- Flexible API that encourages composition of components.
14
+
- Extendable with custom directives and filters.
15
+
- Supports partials, transitions and nested ViewModels.
18
16
- Plays well with module systems. Primarily [Component](https://github.com/component/component) based, but can also be used with [Browserify](https://github.com/substack/node-browserify), as a CommonJS/AMD module or as a standalone library.
0 commit comments