jollyjerry 5 hours ago

Left out of the post, but the stack is rails, turbo, and stimulus. Hosted on a 2016 MacBook Pro with a dead battery in my closet

  • joz1-k 2 hours ago

    I think the HTML, CSS and even JavaScript are the most stable and future-proof components of your stack. Your Rails backend, on the other hand, will experience far more changes and API instability in the long run.

    JavaScript was considered as a unstable and under-specified part of the Web in the "Dynamic HTML" era somewhere between 1997-2006, when Microsoft Internet Explorer implementation of DOM diverged from more standard Netscape/Firefox in many tricky ways. This has largely been solved by better standards, initiatives like Acid tests and (unfortunately) slowly spiraling into Blink engine monoculture.

tugberkk 4 hours ago

I still do not see a future without javascript. If you are not using any external libraries, why not use it?

  • anon1395 an hour ago

    > Why not use it?

    You shouldn't try and find ways to add unnecessary javascript to your page.

  • tapirl 3 hours ago

    Just use it when it is needed. Try don't use it when it is unnecessary.