ken107 / databind-js

A powerful and flexible MVC data binding library
MIT License
16 stars 5 forks source link

added dynamic prefix/suffix #1

Closed Eventpicker closed 3 years ago

Eventpicker commented 3 years ago

Other frameworks use the same suffix/prefix. I have extended the repository to make the suffix/prefix of a binding adjustable.

ken107 commented 3 years ago

Thank you! Didn't know anyone uses this

Eventpicker commented 3 years ago

I needed a lightweight data binding (so only data binding, with no overhead) for my project and yours is the only one that does this. It is also easy to extend and syntax easier to bind than many other frameworks. Because you let it dynamically to what i bind to. Function, style, properties,... it's all there and extendable.

Really good work! ;)