* Blog Draft: React 18 RC Upgrade Guide
* Update content/blog/2022-02-25-react-v18-rc.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* Update content/blog/2022-02-25-react-v18-rc.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* Update content/blog/2022-02-25-react-v18-rc.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* Update content/blog/2022-02-25-react-v18-rc.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* Update content/blog/2022-02-25-react-v18-rc.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* Update content/blog/2022-02-25-react-v18-rc.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* Update content/blog/2022-02-25-react-v18-rc.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* Minor updates
* Update content/blog/2022-02-25-react-v18-rc.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
* Update Strict Effect section
* Fill in testing section
Some info about how to configure global.IS_REACT_ACT_ENVIRONMENT
* Minor updates
* Update react-dom imports
Use named imports
* Add link to react-testing-library
* Remove Suspense specifics
* Update to react-dom/client
* Updates to SSR
* Minor updates
* Fix typo
* Minor updates to wording
* Minor updates to wording
* Tweak call to action
I edited the intro section a bit to soften the call to action.
I also removed the reference to the "second RC" since we may
publish another one and the fact that it's the second one
isn't that important.
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
Co-authored-by: Andrew Clark <git@andrewclark.io>
Updated the imported `react-router-dom` Component `BrowserRouter` to read as `BrowserRouter as Router` since the code example has it as `Router` instead of `BrowserRouter`
Alternatively, can change the `<Router></Router>` component to be `<BrowserRouter>...</BrowserRouter>`
* Update react-router examples to use v6 version
The exemple used to demonstrate Code-Splitting using react-router-dom is outdated. My suggestion is to use the new way of calling routes that was introduced in React Router v6
* remove index prop
* Add Link to React Conf 2021 Playlist
* Remove `allow` attribute from the `<iframe>`
Remove `allow` attribute from the `<iframe>` for React Conf 2021 YouTube playlist.