Overview :
Binding system which includes any valid binding :
-
Bind value to variable.
-
Bind value to namespace. (DONE)
-
Bind model to view and view to model (MVVM)
-
And many ideas
Install
npm install binding --save;
or using CDN :
<script src="https://cdn.rawgit.com/abdennour/binding/master/cdn/binding-latest.min.js"></script>
Use Cases :
- Bind namespace to value :
; const person = ;// console.log(person.name.firstname) // Ahmed
- Bind namespace to value and attach the object :
;// console.log(person.name.firstname) // Ahmed
License:
MIT .