* Fix casing for consistency
There's 5 instances in this document in which the casing of a file name
begins with lower case, which makes it inconsisnent both with the page
and the entire tutorial.
* Fix improper idiom usage
The phrase "most of the times" is incorrect and would only make sense
in the context of a larger sentence. The phrase is actually "most of the
time" and is used in place of "usually".
* matched the curly braces #issues5887
Added matched the curly braces on the official website tutorial. #issues5887
* Update index.md
---------
Co-authored-by: dan <dan.abramov@gmail.com>
There's 5 instances in this document in which the casing of a file name
begins with lower case, which makes it inconsisnent both with the page
and the entire tutorial.
We use "top level" all over the docs, but this specific topic uses a different meaning of "level". If you're learning about passing context across multiple "levels" of components, this is actually pretty confusing and makes you think you can only useContext at, for example, the top level of your app.
* Add React Labs March 2023 blog post
* Remove smart quotes
* Fix typo
* Fix smart quote direction
* edits
* edits
* clean up asset loading section
* more edits
* better summary for blogcard
* Add additional context to offscreen section
I expanded the Offscreen rendering section a bit to deemphasize the
API itself and focus more on the high level capabilities it will unlock.
Since 1) it's unlikely <Offscreen> is the final API 2) most React
developers will not use it directly.
* Tweak to sentence in offscreen section
* fix minor typo
* edits
* merge
* upd
* oops
* twk
* Update src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md
Co-authored-by: lauren <poteto@users.noreply.github.com>
* Update src/content/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023.md
Co-authored-by: lauren <poteto@users.noreply.github.com>
* oops
* edits
* edits
* ok
---------
Co-authored-by: Andrew Clark <git@andrewclark.io>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>