|
|
|
|
|
by dtagames
502 days ago
|
|
And web components (with Lit) give you the shadow DOM and total control over how you program and use HTML elements. jQuery is code smell today. The most popular use case, directly touching a DOM element is built into JS now (querySelector) and you really don't want to be doing that anyway. |
|