Skip to content

Commit 06e96a9

Browse files
Update FRAMEWORKS.md
1 parent 974ebe7 commit 06e96a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FRAMEWORKS.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Note: **[client]** and **[server]** markers in messages have been added by the p
4949
> 2. Attempt to compile _all_ async/await code that might appear in a React application to automatically pass through the context. Compiling React code for React is one thing, compiling all user code for React is invasive and a non-starter.
5050
>
5151
> That leaves us with needing some built-in way to associate a context across async yield points. Crucially, this is not just a framework concern but something that impacts how users write asynchronous code, since the workarounds are for them to write code differently. We understand that the specific solution here may have performance and/or complexity concerns and are happy to collaborate on alternative implementations if they can provide a similar capability.
52+
>
5253
> — <cite>Joseph Savona, React team</cite>
5354
5455
The following is a quote [from the React docs](https://react.dev/reference/react/useTransition#troubleshooting) showing a developer error that is common enough to be included in their documentation, and that would be solved by browsers providing `AsyncContext` support.

0 commit comments

Comments
 (0)