xtuc/async-reactor
Add a way to invalidate the component and rerun effects
オープン
#26 opened on 2018/07/02
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.