xtuc/async-reactor

Add a way to invalidate the component and rerun effects

Aperta

#26 aperta il 2 lug 2018

 (0 commenti) (2 reazioni) (0 assegnatari)JavaScript (27 fork)github user discovery
beginner-friendlyhelp wanted

Metriche repository

Star
 (443 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor