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.

貢獻者指南