▲ | at-fates-hands 4 days ago | |||||||
>> there is no way to write a appealing website without Javascript. This has always made me wonder if anybody really builds anything from scratch any more. With so many frameworks, even for basic static sites, I wonder who's out there writing HTML, CSS and JS from scratch. Or is something that has been regulated to the dustbin of history? | ||||||||
▲ | Waterluvian 4 days ago | parent | next [-] | |||||||
I'm sure some do. I've seen someone build furniture from literal trees and wooden tools. I guess they didn't smelt their own metal, but they're not using power tools. Is that a viable business? probably for a very small bespoke traditional furniture audience. Most furniture these days is built using layers upon layers of technology. (and just like with the Web, people, including myself, have strong opinions on furniture quality and source) | ||||||||
| ||||||||
▲ | rikroots 4 days ago | parent | prev | next [-] | |||||||
All of my canvas library's demo pages are hand-coded HTML, CSS and JS. Including the site navigation. Is it worth the effort? Probably not; I just do it this way because I'm too lazy to pull together a sensible tool chain. | ||||||||
▲ | lelanthran 4 days ago | parent | prev | next [-] | |||||||
> With so many frameworks, even for basic static sites, I wonder who's out there writing HTML, CSS and JS from scratch. I do it, for my blog at least. However, I use a proprietary framework of my own for commercial software development with the only f/end dependency being materialcss (although, I won't be using that soon, either). Backend dependency is PostgreSQL. | ||||||||
▲ | recursive 4 days ago | parent | prev | next [-] | |||||||
I would if I was building something for my own purposes. And I wouldn't claim it to be the most efficient or beautiful. But if I did it for my own purposes, I wouldn't need to justify it. I just like the process. | ||||||||
▲ | MrGilbert 4 days ago | parent | prev | next [-] | |||||||
Shameless plug: My own website[1] is mostly handwritten, although I use PicoCSS as a CSS framework. [1]: https://g5t.de | ||||||||
▲ | jv22222 4 days ago | parent | prev [-] | |||||||
I’m building a Google docs style platform from scratch. No js html css libs of any kind. (But also, not canvas, it does use contenteditable) |