xtuc/async-reactor

Add a way to invalidate the component and rerun effects

Aberta

#26 aberto em 2 de jul. de 2018

 (0 comentário) (2 reações) (0 responsável)JavaScript (27 forks)github user discovery
beginner-friendlyhelp wanted

Métricas do repositório

Stars
 (443 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador