Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pacifika
11 months ago
|
parent
|
context
|
favorite
| on:
Vanilla Prime: A simpler, more sustainable way of ...
Minification, bundling, prefixing automation doesn’t really have to be there
Linting can be setup globally instead of per project
nsonha
11 months ago
[–]
Bundling is a practical, basic need, for acceptable load time. HTTP/3 may help there but I haven't seen it in practice.
skydhash
11 months ago
|
parent
|
next
[–]
Not having 100s of dependencies to bundle from is great too. In the jQuery era, you had jQuery, a few plugins, and the main js files. Now we’ve pushed backend’s logic in the frontend without the pragmatism of the tooling.
nsonha
11 months ago
|
root
|
parent
|
next
[–]
Your own code is typically at least a dozen modules, bundling is required even with zero dependency
davidmurdoch
11 months ago
|
parent
|
prev
[–]
I thought I read that HTTP/3 only helps with high latency connections that experience a lot of packet loss.
nsonha
11 months ago
|
root
|
parent
[–]
Sorry, I mean HTTP/2 multiplexing
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Linting can be setup globally instead of per project