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>
* Refactor Footer
* Fix grey line on dark homepage
This is a bit of a hack. Our sections are contain: 'content' so the background doesn't stretch far enough.
* Align horizontal lines
* Fix Quick Start not having Prev/Next