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