xtuc/async-reactor

Add a way to invalidate the component and rerun effects

开放

#26 创建于 2018年7月2日

 (0 条评论) (2 个反应) (0 位负责人)JavaScript (27 个派生)github user discovery
beginner-friendlyhelp wanted

仓库指标

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

描述

For example:

async function C() {
  const res = await fetch();
  return res;
}

We want a way to rerun the fetch request, probably by rerendering the C component.

贡献者指南