Tencent / VasSonic

VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Other
11.8k stars 1.61k forks source link

假设模板和数据都进行了变更 #275

Closed ico10297024 closed 5 years ago

ico10297024 commented 5 years ago

sonic将页面数据分为模板和数据两大块,在客户端处理时根据templateChange标签来判断是进行数据更新还是模板更新。 按照sdk源码来看,貌似进行http连接后,只能更新模板或者只能更新数据 假设页面的数据和模板都做了更新,那是不是就是说用户看到的页面,要么 模板 要么 数据,其中之一不是最新的

vasdeveloper commented 5 years ago

如果模板跟数据都发生了变化,那么返回一整个更改过的页面进行刷新,然后从返回新的页面 拆分模板跟数据来进行本地更新