xtuc/async-reactor

Add a way to invalidate the component and rerun effects

オープン

#26 opened on 2018/07/02

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)JavaScript (27 件のフォーク)github user discovery
beginner-friendlyhelp wanted

Repository metrics

Stars
 (443 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド