plynx-team / plynx

PLynx is a domain agnostic platform for managing reproducible experiments and data-oriented workflows.
https://plynx.com
Apache License 2.0
301 stars 37 forks source link

Cache boosting does not properly work #58

Open khaxis opened 4 years ago

khaxis commented 4 years ago

I was using this tutorial: https://dev.to/flexdinesh/cache-busting-a-react-app-22lk

The problem is that after deploying a new version of the UI, browsers keep cache locally and users will not see the changes. It can be worse if the versions of backend and UI are not compatible.