0
I’m starting in Front End and wanted to know the best technique and tool/library to load dependency files on Javascript.
I feel I could add in my html just a file . js and in this file control the loading of dependencies in this. Should I use some library for this or Javascript does it natively?
These options are great for managing dependencies anyway but, I’m looking for a simplified way to load the files automatically without having to manually include in html with the tag
<script>
.– robertaodj