The biggest downside of building custom elements vs. e.g. React is that you must defensively locate the elements you need to operate on. Checking the result of querySelector adds bulk.
↧
The biggest downside of building custom elements vs. e.g. React is that you must defensively locate the elements you need to operate on. Checking the result of querySelector adds bulk.