Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to invalidate the component and rerun effects #26

Open
xtuc opened this issue Jul 2, 2018 · 0 comments
Open

Add a way to invalidate the component and rerun effects #26

xtuc opened this issue Jul 2, 2018 · 0 comments

Comments

@xtuc
Copy link
Owner

xtuc commented Jul 2, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant