Earlier quoted context omitted.
why? I mean it takes far less than 15 minutes to install a module, so why should I implement it myself?
Importing anything into a project, no matter how small, creates a new dependency. Any additional dependency introduces, among other costs: * a potential point of failure * a potential source of security vulnerabilities * a potential legal liability and maybe some licensing constraints, and * an additional aspect that needs to be maintained indefinitely and understood by any future developers. Accepting all of this ju…
Thats the issue with frontend.