Skip to content

Modern javascript data binding and view synchronization.

Notifications You must be signed in to change notification settings

pklauzinski/inbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inbound.js

Inbound.js provides modern javascript data binding and view synchronization by employing native Object getters and setters combined with MutationObserver.

Benefits of Inbound.js

  • Not a framework
  • Native, real-time data binding (no dirty checking)
  • Makes no assumptions about your application architecture
  • No other library dependencies
  • ES5 compatible down to IE9 (without MutationObserver features)
  • Encourages a MAD (modular application development) pattern
  • Discourages a FAD (framework application development) pattern

About

Modern javascript data binding and view synchronization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published