jamesplease/react-request

add the ability to "set" the cached value

开放

#176 创建于 2018年5月25日

 (9 条评论) (0 个反应) (0 位负责人)JavaScript (21 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (358 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

It would be nice if there were an extra render prop that allowed you to "set" the cached value to a new value, in the case of updating the cache for a mutation. This way you could nest a patch inside a get and use the update method to update the cache without having to re-request. (Same goes for post/delete as well.)

贡献者指南