π Ah, the classic "Just Use HTML" diatribe masquerading as profound insight. π Apparently, JavaScript is the villain in this melodrama, with its alleged crimes of slowness and obfuscation. Who knew the tech world's biggest secret was that HTML exists? π
https://gomakethings.com/just-use-html/ #JustUseHTML #JavaScriptDebate #TechInsights #WebDevelopment #HTML5 #HackerNews #ngated
https://gomakethings.com/just-use-html/ #JustUseHTML #JavaScriptDebate #TechInsights #WebDevelopment #HTML5 #HackerNews #ngated
Just use HTML
Iβve worked on so many projects recently that were more complicated than they needed to be because they used JavaScript to generate HTML. JavaScript isβ¦ Slower to load Slower to run More prone to breaking Harder to read and reason about Doesnβt actually look like the final output Itβs inferior to just using HTML in nearly every way. Iβm not saying never use JavaScript, though. I think JS is great at augmenting and enhancing whatβs already there, and adding interactivity that cannot (yet) but handled with HTML.