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

Vue defer/Await functionality #17

Merged
merged 13 commits into from
Sep 1, 2022
Merged

Vue defer/Await functionality #17

merged 13 commits into from
Sep 1, 2022

Conversation

brophdawg11
Copy link
Owner

@brophdawg11 brophdawg11 commented Aug 25, 2022

First pass for defer/Await in Vue

TODO:

  • Error boundary not catching render errors
    • Unfortunately this is not going to be possible in the same fashion as React since Vue render errors throw to the parent of <Suspense>, so there's no way for us to catch them inside a nested <Await>
    • We can live with this for now, and eventually if we want an encapsulated Await+error boundary we may need to pull Suspense down inside so we can create the appropriate hierarchy

@brophdawg11 brophdawg11 marked this pull request as ready for review September 1, 2022 02:03
@brophdawg11 brophdawg11 merged commit 40eff42 into main Sep 1, 2022
@brophdawg11 brophdawg11 deleted the vue-defer branch September 1, 2022 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant