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
Inbound.js provides modern javascript data binding and view synchronization by employing native `Object` getters and setters combined with `MutationObserver`.
4
+
5
+
## Benefits of Inbound.js
6
+
7
+
- Not a framework
8
+
- Native, real-time data binding (no dirty checking)
9
+
- Makes no assumptions about your application architecture
10
+
- No other library dependencies
11
+
- ES5 compatible down to IE9 (without `MutationObserver` features)
12
+
- Encourages a MAD (modular application development) pattern
13
+
- Discourages a FAD (framework application development) pattern
0 commit comments