ReactJs 应用程序缓存客户端看不到最新更改
ReactJs Application Cache Client not see latest changes
所以我有一个应用程序正在生产中,我的一些客户抱怨说他们无法看到新的更改,除非他们完全擦除缓存。
技术人员:React
我必须做什么?
将此代码放入 Learn More
的 head 标记中
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
所以我有一个应用程序正在生产中,我的一些客户抱怨说他们无法看到新的更改,除非他们完全擦除缓存。
技术人员:React
我必须做什么?
将此代码放入 Learn More
的 head 标记中<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>