xtuc/async-reactor
Add a way to invalidate the component and rerun effects
Aperta
#26 aperta il 2 lug 2018
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.