--
Group meets on the 1st Thursday and 3rd Tuesday of each month. See http://utahjs.com/location/ for more info.
---
You received this message because you are subscribed to the Google Groups "Utah JavaScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utahjs+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/utahjs?hl=en-US.
<link rel="import" href="toolkit-ui/elements/g-menu-item.html">Ryan, your theory about someone at Google not liking Angular is seriously flawed, since EVERYONE likes angular.
--
Ryan, your theory about someone at Google not liking Angular is seriously flawed, since EVERYONE likes angular.
On Sun, May 19, 2013 at 12:21 AM, Clint Berry <cl...@system-11.com> wrote:
Ryan, your theory about someone at Google not liking Angular is seriously flawed, since EVERYONE likes angular.On Sat, May 18, 2013 at 11:26 PM, Ryan Florence <rpflo...@gmail.com> wrote:
Polymer just stole angular's marketing angle of polyfilling the web.
Looks like somebody from the angular team took offense. They word-smithed it, and eventually force-pushed over the top of this commit (but the sha can never die!)Its noteworthy this is not an official google project, but done by "google employees". Perhaps google employees that don't like angular. Disclaimer: I don't work for google.This troll brought to you by- Ryan Florence--
Group meets on the 1st Thursday and 3rd Tuesday of each month. See http://utahjs.com/location/ for more info.
---
You received this message because you are subscribed to the Google Groups "Utah JavaScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utahjs+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/utahjs?hl=en-US.
--
Group meets on the 1st Thursday and 3rd Tuesday of each month. See http://utahjs.com/location/ for more info.
---
You received this message because you are subscribed to the Google Groups "Utah JavaScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to utahjs+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/utahjs?hl=en-US.
On May 27, 2013 12:47 PM, "Randall Bennett" <randall...@gmail.com> wrote:
> Once web components are out, along with ECMA6 getter / setter watching, does the need for Angular, et. al., go away? Or just lessen?
Lessen.
The end-goal for Polymer is to enable MDV (model driven views). The Google employees that introduced it at Google IO admitted in the q&a that Google is the only browser vendor pushing for MDV.
That style is very Angular-like (two-way data binding, plain JS objects, custom elements, DOM-based templating). It does not come with any direction on code organization, routing, or other helpers (promises, ajax, data persistence). So there's plenty of room left for a framework like Angular.
Angular did benchmark their stuff using Object.observe() instead of dirty checking and it was 40x faster.
Side note: Object.observe() will not make the ES6 spec. :-(
As Yahuda said in the Google Groups link in OP, the semantics (not syntax) of Ember match custom elements in web components more closely than Angular's directives. Both can be modified to use web components, of course. I'm interested in seeing Ryan's presentation tomorrow.
Once web components are out, along with ECMA6 getter / setter watching, does the need for Angular, et. al., go away? Or just lessen?
On May 27, 2013 1:00 PM, "Randall Bennett" <randall...@gmail.com> wrote:
> My understanding, didn't find the spec in the last 10 minutes.
My slides from Utah JS Conf are useless standalone. However my slides notes are packed full of links to specs, blog posts, and presentations, many notes, and further reading. If anyone is interested:
Once web components are out, along with ECMA6 getter / setter watching, does the need for Angular, et. al., go away? Or just lessen?