Benji

Results 20 comments of Benji

Thanks for your works, when will this be merged?

isn't this should be migrate to `constructor` as new lifecycle suggested?

can't tell differences between both, imo, the context only injects code inside component, which make it as a more coupled component. besides, no differences to me.

@Saviio really hard to cr, could you post key changes as a snippet image?

@Brooooooklyn really? wtf

我觉得不需要加入,还是尊重数据的原始性。特殊情况毕竟都是边缘业务,或者说是接口设计的问题 并且这个还是应该由后端返回,作为 primaryKey 不返回就是会造成很多不变

现在的场景应该只有 PUT DELETE 单条数据下可以前端去补充,因为应该是幂等的 但是 批量操作 GET POST 都没有办法去补全

嗯~而且如果后端不返回,RDB 也很难做呀

@leeqiang 之前简聊是这么做的,用了一年多其实基本上没遇到问题。并且可以做到从任意数据节点向前或者向后加载,非常方便... 但是一旦分页是这么做了,不知道在增加排序和筛选规则之后是否会遇到问题 客户端解决的话也都是奇技淫巧,这个是需要和服务端一起配合