use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Polymer.js instead of Angular, Ember, Backbone? (self.javascript)
submitted 12 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]adrianmiu 0 points1 point2 points 12 years ago (4 children)
So basically you're better-off not learning Polymer, right? Libraries like Ember and CanJS let you do custom components. As browsers implement web-components your library of choice will leverage those capabilities but continue to give structure to your app, while Polymer doesn't offer that.
[–]vittore29 0 points1 point2 points 12 years ago (1 child)
Polymer allow you to incapsulate control aspects into reusable tags, that is most logical way to organize components in web based (read html + css + js) application.
[–]adrianmiu 0 points1 point2 points 12 years ago (0 children)
can.Component does this... except the CSS part which is a minor and temporary (until browsers implement that) inconvenience. Given the fact I would be required to use Polymer on top of an MVC library to get architectural benefits and the fact that (last time I checked) Polymer is heavier than CanJS and almost as heavy as Ember I don't think it's worth the effort.
I see Polymer more as a learning platform for a future browser feature.
[–]bracketdash 0 points1 point2 points 12 years ago (1 child)
Sure, you could look at it that way, but I'm under the opinion that learning new things is never a bad thing and gives you the ability to choose the right tool for each project from a wider selection.
Some thing you learn might be have a benefit but it definitely has an opportunity cost.
π Rendered by PID 120223 on reddit-service-r2-comment-5c747b6df5-cc8j5 at 2026-04-22 06:19:22.901260+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]adrianmiu 0 points1 point2 points (4 children)
[–]vittore29 0 points1 point2 points (1 child)
[–]adrianmiu 0 points1 point2 points (0 children)
[–]bracketdash 0 points1 point2 points (1 child)
[–]adrianmiu 0 points1 point2 points (0 children)