Thanks for the invite to the answer, can you explain your question a little more? (an example would help a lot)
Thanks for the invite to the answer but can't help much in this one as I've barely scratched at React :)
Depends on how your static file server is configured.
Here is what I usually do.
Every time react runs "build" it generates a new hash for css and js file. These paths are included in index.thml. Since index.html is no-cache, it's sure that always new css and js file are loaded (if there is a new build), otherwise from the cache
Joseph S Stevens
10 years of Software Development, Husband, Father and Functional Programming enthusiast.
Vijay Thirugnanam
Inference Service @ Cerebras
It depends on the cache settings in index.html and how the server is configured. To answer the question appropriately, the following details are helpful.