Y
Hacker News
new
|
ask
|
show
|
jobs
by
speedgoose
2234 days ago
They aren't though. You have a cache.
1 comments
the_other
2234 days ago
Facebook release multiple times a day (or they did), so the browser cache is irreLevant.
link
victorvation
2233 days ago
As mentioned in the blogpost, they use code splitting and bundle hashing to actually maximize usage of browser cache.
link
pier25
2233 days ago
If you have code splitting many chunks will remain the same.
link
randall
2234 days ago
There's a bunch of ways FB mitigates this.
link
the_other
2233 days ago
Thanks siblings, for letting me know about FB’s use of code splitting and how it helps caching.
link
foota
2234 days ago
I would bet that js bundling and splitting might prevent that from being true?
link
speedgoose
2234 days ago
Perhaps but thankfully not all webapps are like Facebook.
link