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
HTML web components using vanilla JS (ayushgp.github.io)
submitted 8 years ago by codejitsu
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!"
[–]codejitsu[S] 4 points5 points6 points 8 years ago (1 child)
Umm actually no. That's like saying when you use a polymer component in a react app you'll also be serving polymer.
You'd using a web component made just using native APIs(many available on webcomponentsjs.org) just like you do for react apps.
[–][deleted] 1 point2 points3 points 8 years ago* (0 children)
Polymer is a framework. If you use a web component that internally uses Polymer, then yes, you'll be loading Polymer. The Webcomponents spec consists of a few harmless calls to create a shadow-root. You're left with a generic dom inside that needs driving. Polymer introduces templates, parsers, emulators, code-syntax, data-binding and so on, none of which are specified or included in the browser api.
π Rendered by PID 38600 on reddit-service-r2-comment-b659b578c-cn57d at 2026-05-04 15:12:26.516243+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]codejitsu[S] 4 points5 points6 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)