xtuc/async-reactor

Add a way to invalidate the component and rerun effects

Offen

#26 geöffnet am 02.07.2018

 (0 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (27 Forks)github user discovery
beginner-friendlyhelp wanted

Repository-Metriken

Stars
 (443 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide