Skip to content

Commit e791ad3

Browse files
authored
Fix formatting in FRAMEWORKS.md
Fix the formatting of my comment
1 parent aa6a3df commit e791ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FRAMEWORKS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Note: **[client]** and **[server]** markers in messages have been added by the p
4444
>
4545
> For completeness sake, the main theoretical alternatives would be for React to:
4646
>
47-
> 1. Require developers to explicitly pass through a context object through all of their async code consumed by React. It would be difficult or impractical to lint against proper usage of this approach, making it easy for developers to forget to pass this value.
47+
> 1. Require developers to explicitly pass through a context object through all of their async code consumed by React. It would be difficult or impractical to lint against proper usage of this approach, making it easy for developers to forget to pass this value.
4848
>
49-
> 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.
49+
> 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.
5252
>

0 commit comments

Comments
 (0)