* 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
* Add browser platform detection script (mac/win)
* Hide platform specific content with css
* Display ctrl + k in search bar on non-mac platforms
* Update the platform detection comment