Skip to content

Template expressions #100

@Buslowicz

Description

@Buslowicz

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 item of dom-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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions