-
Notifications
You must be signed in to change notification settings - Fork 54
Questions about the future of TemplateBinding #199
Comments
I'm also very interested in hearing from the Polymer team where they see TemplateBinding fitting in the web platform. |
There is no plan for implementing TemplateBinding natively in blink ATM, and no current discussion in standards groups that I'm aware of. @jmesserly & @sjmiles may have comments about how stable the syntax is likely to be. |
Another question that popped up: what is the future of TemplateBinding in regards of Polymer >= 0.8? (as it does not work out of the box Polymer/polymer#966) Will it be separated from polymer.html bundle? I have already started small discussion here: https://groups.google.com/forum/#!topic/polymer-dev/OP8C4-LR_0E |
After previewing Polymer 0.8 I am worried that template engine will get tightly coupled with Polymer, making it impossible to be used standalone. I would like to see a template engine that uses HTML Template element, Mustache-like syntax and two-way data binding available outside of Polymer. I created a fanpage TemplateBinding.org, where I present my usage of TemplateBinding. In case that becomes impossible with Polymer 0.8, I will try to maintain an alternative. I really hope that Polymer 0.8 keeps it's modular structure and lets us use it's template engine standalone. WDYT? |
We would like this for Atom as well. We've decided against TemplateBinding because of the non-standard global pollution. It's inevitable that we would have packages using different versions of some provided view framework. So, for a solution to work for us, we would need 0 global injection and proper node support. |
We're planning on using this
TemplateBinding
project in Atom. We're going to lean pretty heavily on this by exposing it to package authors and encouraging its use in all packages that need a UI. I had a couple questions:I'm basically trying to answer the questions: "will this bite us in a year?", and, "are we betting on the right horse?".
For some background, we would like to use native browser API's wherever possible as a way to future proof, get the best performance, and limit the learning curve. Using the polymer polyfills seems like a no brainer given these goals, but, admittedly, this
TemplateBinding
package makes me a little nervous.@ebidel @addyosmani particularly interested in your opinions.
The text was updated successfully, but these errors were encountered: