Thank you two for the input!
I am still experimenting with some components to get a feel of what happens when I disable JavaScript. So far, auth as well as form and grid don't seem to depend heavily on the utils.js file, which comes with making a new app from the scaffold app.
flash does not work, but maybe I can write one that does not depend on JS.
I do see some vue related stuff in the utils.js file, though. Still not entirely sure what it does.
I have taken a glance at htmx, and I do like it so far. Thank you for the tip.
I am approaching this from a "progressive enhancement" perspective and try to get my sites working in a rudimentary way without any JS, but use it to enhance the user experience when it is enabled. htmx could come in quite handy there.
I have yet to try out the url_signer, but coming from the documentation it did not appear to use any JS components, so I'm hopeful that it will work without JS as well.
Do you know for what else the JS from the utils.js file is used?
Best regards,
Fref