python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Where are lifecycle callbacks defined?
I'm learning about custom elements, and I see that in the class definition we can use these methods, the lifecycle callbacks. But I'm a bit confused about how they work. The reason I'm confused is bec...
jurgen_gjoncari
Votes: 0
Answers: 1
Custom Web Component - How can I append it to the beginning of the <body> regardless of where the component is used?
A use case for this is creating a custom page alert component
<page-alert data-alertHeading='You are in danger' data-alertInfo ="This is a description of why you are in danger.">
<...

JesseEarley
Votes: 0
Answers: 1
Polymer 1.x: Incompatible with native web-components?
(tl;dr - yes. However Polymer 2.0 is not and is an easy upgrade.)
I am trying to migrate an old front-end code base away from polymer 1.11.3 (webcomponentsjs 0.7.24) to native web-components.
However,...
user14375540
Votes: 0
Answers: 0
How can I output the <template /> tag to the DOM in Vue.js
I have a custom library built on Stencil that I need to integrate with Vue, and this library relies on the browser's <template /> tag.
For example, I need to render the following code to the dom...

Livia Rett
Votes: 0
Answers: 1