↳
In-reply-to
»
@prologic I'm relying on vanilla JavaScript most of the time (even when using frameworks) to not have too much dependencies and lately I found that the
⤋ Read More
type="module"
works quite well for most of my needs so I'm dropping almost everything, instead of nom and other i rely on skypack for the libraries.
@prologic@twtxt.net those are tools that should lessen your burden of the dependencies hell.
Personally I work only with skypack. The rest is for cases where you work with react and the like giving a better experience.