←back to thread

578 points smusamashah | 3 comments | | HN request time: 0.41s | source
Show context
johnfn ◴[] No.42463936[source]
I think "single HTML file" sets up a certain expectation that a five-thousand-line long HTML file with ~3500 lines of embedded JS doesn't really live up to. I mean, hey, everything can be a single HTML file if you embed the bundle inline in your HTML!

Cool project, though - don't mean to take away anything from it.

replies(14): >>42464100 #>>42464173 #>>42464210 #>>42464396 #>>42464481 #>>42464520 #>>42464775 #>>42465102 #>>42466230 #>>42466423 #>>42466472 #>>42467609 #>>42472114 #>>42474653 #
PittleyDunkin ◴[] No.42464210[source]
What about "single HTML file" sets up an expectation about size? I'm genuinely confused. They seem like nearly unrelated concepts—this isn't a project about trying to fit a kanban board into a kilobyte or anything like that.
replies(2): >>42464473 #>>42464889 #
1. crazymao ◴[] No.42464473[source]
Why mention it when any project can technically be turned into a single html file? In my opinion there is an expectation of simplicity and as a result a small size with that statement.
replies(2): >>42464892 #>>42473280 #
2. hu3 ◴[] No.42464892[source]
Turning a large project into a single HTML file results in a mess.

Very different than a project that was made to be a single HTML file from the start.

3. pseudosavant ◴[] No.42473280[source]
The simplicity isn't in editing it, which most users never will do. It is in that you can drop a single file anywhere and not worry about its dependencies.