Skip to content

Commit 974ebe7

Browse files
Move name for React quote in FRAMEWORKS.md
1 parent f1c041e commit 974ebe7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FRAMEWORKS.md

+1-2
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+
> — <cite>Joseph Savona, React team</cite>
5253
5354
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.
5455
@@ -78,8 +79,6 @@ The following is a quote [from the React docs](https://react.dev/reference/react
7879
> ```
7980
>
8081
> This is a JavaScript limitation due to React losing the scope of the async context. In the future, when AsyncContext is available, this limitation will be removed.
81-
>
82-
> — <cite>Joseph Savona, React team</cite>
8382
8483
## [Solid](https://www.solidjs.com/)
8584

0 commit comments

Comments
 (0)