but there are a lot of use cases where js is essential.
it all comes down to what you’re building.
61–70 of 215 posts
but there are a lot of use cases where js is essential.
it all comes down to what you’re building.
it’s actually easy to do no-js websites when all you’ve got are forms, text and some images. but there are a lot of use cases where js is essential. it all comes down to what you’re building.
Im not sure how elegant I think the CSS hack is compared to just making a simplistic script for it. Would a user really notice the parsing time for such a simple javascript application?
I object to considering the techniques in the article "hacks". They all employ minimal markup, without extra boxes or complicated classes, and the CSS side is very simple.
Since I'm caching and gzipping everything, each subsequent pageview is around 6 KB; far smaller than the SPAs I've seen with equivalent functionality. That's ace. But my internet connection has a 2 second latency so I still have to wait an annoyingly long time every time I interact with your app. My connection is terrible too, so it drops every 10th request, and now I'm seeing a lot of broken pages. If only you'd wri…
Then I would have waited too long to load the page the first time and give up.
Earlier quoted context omitted.
Definitely...only use C on the backend, any other language is just a hack.
I get the snark, but Java, Rust, Erlang are all better options than an interpreted language for backends IMO
Use the tool / language that makes the most sense for your problem.
Naive question - but how could you do any interactions (login, add/edit stuff that talks to a server) without using Javascript?
Of course, then you need a full page reload every time you edit something.
This is really great but I was really surprised by that 230k number. Expected ~150k
Naive question - but how could you do any interactions (login, add/edit stuff that talks to a server) without using Javascript?
I like the slogan "JavaScript-free"! Finally something to rally around. I don't mind projects which use a tiny bit of hand-coded, vanilla ES6. Would be nice if there were a slogan that included these. Looks like it actually does use JavaScript for the "select2" case. This is exactly the case I'd be happy to special case. edit: added paragraph