* Add initial React Labs June 2022 blog post
* Update Robert's url to twitter
* Add link to React Server Module Conventions RFC
* Update 2022-06-15-react-labs-what-we-have-been-working-on-june-2022.md
* Fix url
* Update content/blog/2022-06-15-react-labs-what-we-have-been-working-on-june-2022.md
Co-authored-by: Andrew Clark <git@andrewclark.io>
* Fix Sophie's url
* Fix bulleted list for Offscreen section
Co-authored-by: Luna Ruan <lunaris.ruan@gmail.com>
Co-authored-by: Andrew Clark <git@andrewclark.io>
* added code for sandpack console
* add log
* added console for older bundle
* Revert "[beta] Sandpack - new bundler (#4458)"
This reverts commit 3ab1245314.
* adds proper console and removes new bundle
* modify styles
* remove unwanted code
* nit
* fix types (#4677)
* update console
* little nits
* remove unwanted code changes
* update bundler URL
* use `message.firstLoad` for clearing console
* use `refresh` event to clear logs as well (used when going away and coming back to sandpack)
* remove padding for code blocks inside console
* small UI revamps
* change p to div since the sandpack comes inside the p, add try catch and a try catch for the catch again
* tweaks
* Fixes
* Reset unrelated changes
* tweaks
* fix
* fixes
* oops
* Fix
* fix
Co-authored-by: Danilo Woznica <danilowoz@gmail.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* add loading indicator to sidebar links
* fix clicking on same route whould show indicator
* maybe final?
* handle routeChangeError as well as cleaning up timeout
* clearing timeout before creating one instead of routeChangeError
* rm unused
* add license header
* Update usePendingRoute.ts
Co-authored-by: dan <dan.abramov@gmail.com>
The Text "Click me" in the button confuses first-time users because it forces them to actually click on the button in the live demo but it does nothing. By changing the text, we can control the user behavior as they don't expect anything on that click.