Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kobenz853114dbru, html and css is literally all you need, checkout https://htmx.org
It's faster, it's cleaner, it's best!
I don't do it cuz my typescript-fu beats my html/css senseless - even tho mdn/reference is one of my bedside readings
take all that into account and you can almost ascertain how much of a newbie those haters must be.
Chin up, pal, you're probably a way better programmer then they are -
TeachMeCode5175114d@kobenz I’ll admit css is by far the fastest to atrophy for me if I spend too much time doing backend (I’m full stack)
-
jestdotty5282114dthose sites are better though
they load faster and stuff
you can know the other tools but still favour the simpler ways of doing things -
Ranchonyx10655114dWe're comrades then.
I avoid frameworks like the plague because I feel it abstracts away a lot of the work one would have to put in to get a site actually running. -
Demolishun34959114dI have fun triggering people like that by saying html is a programming language. I even get some believers by linking a professor from a college saying the same thing. It is funny as hell.
-
blindXfish235594dI write everything on the web in pure JS. Typescript solved a problem I never had. I never ever faced an issue with types, I have to admit that I am not writing nuclear silo control backend in JavaScript, so I am fine with it
-
lorentz1527777dI'm suspicious about pure HTML+CSS projects because in practice multiple pages have to share a layout, and it's never ever written the same on all pages. Anyone who has the rigor to keep duplicate code in sync will choose to save that work and avoid duplication in the first place.
-
lorentz1527777dBut this website just uses SSR which is a valuable feature most JS frameworks have despite the complexity of doing it right.
Related Rants
I was humiliated because I participated in the development of a site to calculate the time in LoL and I dared to do it in pure html/css....
Let me explain: since I was a teenager, I have loved creating sites around the League of Legends community and my portfolio is therefore full of similar projects. I live in a city that is not necessarily tech and so it was complicated for me to find a coding school but I ended up getting there and being accepted. From the 3rd day, my classmates questioned me and asked to see some of my projects. Proudly, I show them https://wastedtime.io which is a project in which I voluntarily participated by making html/css allowing them to recover the time spent on LoL. When suddenly one of them asks me the question “how did I do the front”. So I told him I did pure HTML/CSS. So he looked at me with a haughty look, making fun of me for not using React, the strangest thing was that the others were following me and looking at me like I was a dinosaur. What's wrong with people? I had already done this with PHP on the Internet and now in real life I also get mocked with HTML and CSS without using libraries. I learned my lesson with PHP, but now I have to face the same ridicule with pure HTML/css because I'm "not good enough with my time"? Aren't the reactions a little disproportionate? I mean, do I have a few more years left without being singled out and called a dinosaur like php coders or is it already over for those who do pure HTML/css ?
rant
#lol