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
`Evente` - javascript library for building reactive web applications. Library is suitable for writing web applications from scratch and also for using in existing applications. And it is very small - `21k minified`and `6.2k gzipped` so it cause very low impact on the time of application loading.
7
+
`Evente` - javascript library for building reactive web applications. Library is suitable for writing web applications from scratch and also for using in existing applications. Its size is very small and cause low impact on the loading time.
6
8
7
9
# Features
8
10
-`jQuery`-like objects with subset of well known methods: `addClass`, `attr`, `closest`, `contains`, `end`, `find`, `get`, `hasClass`, `html`, `is`, `parent`, `removeClass`, `text`, `toggleClass`, `val`
9
11
- Custom listeners for `get`, `set` or `delete` operations with model properties
10
12
- Two way data binding
11
13
- Expressions with pipes for output modifications
12
-
- Working with HTTP resources using `fetch` and `promise`s
14
+
- Working with HTTP resources using `fetch` and `promise`
0 commit comments