niieani / aurelia-binding-functions

An Aurelia plugin that makes it possible create BindingFunctions
1 stars 3 forks source link

Project status update #4

Open heruan opened 7 years ago

heruan commented 7 years ago

This project is very interesting, is it actively maintained? I tried to clone but the build was unsuccessful and since Aurelia changed a bit since the last commit I don't know if even built the project would work.

niieani commented 7 years ago

Hey @heruan, thanks for the interest. I'm going to be deprecating this in favor of something even more powerful that I'm now working on (binding intercepts). The concept is similar but has better performance and feels more native, as you don't need to change the binding itself in the View to modify what it represents in the ViewModel. See this PR for more information, note that we won't merge this into Aurelia's core, but I've created a clean way of opting in to the behavior. Example: https://gist.run/?id=e4185ddcdb80b67dbcbcd209689c6901 See the example.{js,html} files.