Introducing Dominero
Over the weekend I created a small library for doing one way data binding. Checkout the full documentation at dominero.alexlockhart.me.
My goals with this library were the following:
- Expressive binding - everything that Dominero does is visible in the markup
- Scoped binding to the provided elements
- Nested binding of multiple root elements
- Named binding of the same object property name can update different elements.
I won't say more here as the documentation site describes the library well enough.