Web Components Custom Elements Lifecycle is What Makes Them Useful
November 19, 2023
Feedback from my previous post on Web Components was that
the lifecycle callback methods like connectedCallback
are actually what makes custom elements useful. After exploring this
more, I can see why and want to demonstrate.