-
Notifications
You must be signed in to change notification settings - Fork 54
Description
I'm new and unfamiliar with the whole Javascript ecosystem. I would find it very useful to have a pre-built arrow.js, say in the release download. I'm having difficulty acquiring and building this myself. The Installation section in the docs even mentions "/js/arrow.js", but that appears unavailable from the repo and from the esm.sh site. (Or I'm just not guessing the correct URL.)
(I'd download from a CDN, except I can only find a minified version — and then it doesn't work locally because I also need to get that .map file, which I discovered by watching for errors in the Javascript console when the page wouldn't load. It seems hacky and unmaintainable to rely on this for project files.) (To reiterate: I don't want to rely on a minified version from a CDN that requires non-obvious auxiliary files where I have to look in the .mjs source code to figure out which extra files to download.)
I was doing old-school server-side rendering plus htmx, and then recently discovered this library. It's a great way to do reactive-style forms, and I'm just learning about these concepts.