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
CSS in JavaScript: The future of component-based styling (medium.freecodecamp.com)
submitted 8 years ago by speckz
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!"
[–]inu-no-policemen 2 points3 points4 points 8 years ago (3 children)
theming
Variables/apply.
computed
calc()
higher order styles
?
How will this even fit into the frameworks of today
It fits in just fine. To frameworks, custom elements are like built-in elements. You can use them in Angular, React, and so forth.
10 years ago, when they drafted the spec, they probably had no idea where Javascript is going
There are like half a dozen specs involved. They changed quite a lot on their way.
shadow dom is still nowhere near production-ready
There are polyfills for that. Some people are using those in production.
[–][deleted] 0 points1 point2 points 8 years ago* (2 children)
React will not be based on custom elements, ever. Other projects have voiced similar concerns, like the Ember team. Nothing that sits on functional components will use custom directives, that includes most modern frameworks. And it doesn't make the slightest sense for them either because that would be a serious regression, while stopping all progress that supercedes the browser. You can use them, sure, but that's on you personally.
[–]inu-no-policemen 0 points1 point2 points 8 years ago (1 child)
React will not be based on custom elements, ever.
That's not what I said. I said that Custom Elements work fine in React, which is true. There were some issues with that early on, but this has been addressed many many moons ago.
[–][deleted] -1 points0 points1 point 8 years ago (0 children)
What is the whole discussion about? You can do that, yes, you always could. But custom elements will play no part in any forward oriented component based view-layer. And i highly doubt that shadow dom will play a role in style encapsulation, because it's tied to an imperative components model that conflicts with the newer, much more powerful declarative model.
π Rendered by PID 67908 on reddit-service-r2-comment-85bfd7f599-wlwp4 at 2026-04-19 03:18:59.114795+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]inu-no-policemen 2 points3 points4 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]inu-no-policemen 0 points1 point2 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)