-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Polymer itself relies on simple data binding, and does not provide expressions. TWC can fulfill those gaps, but it's not as trivial to design as one would think. There are few things that need to be discussed in order to create a solid workflow. These are:
- expression binding markup (
{{ }}vs[[ ]]vs new ideas?) - using variables from higher/global scope
- variables introduced by other components (for example
itemofdom-repeat)
I'd love to implement a solution that works for every use case, but I'm out of ideas. This is why I ask for help in designing the expressions. I know some of us will not like the idea of expression binding, but for others it might be a live saver, so please cooperate (it's an optional feature anyway).
Reactions are currently unavailable