How is JavaScript library bloat mitigated with Web Components?
This is an issue that’s been bothering me as well for a while, esp when faced with maintaining code that’s been touched by numerous developers. You often encounter multiple JS libraries (some of which essentially does the same thing) included in one solution, not to mention even different versions of the same framework used in … Read more