The documentation about React is only available for React <= 17. This PR adds documentation for React 18 and its new way to render the root Element of the React App.
Additional context
What is the purpose of this pull request?
[ ] Bug fix
[ ] New Feature
[x] Documentation update
[ ] Other
Before submitting the PR, please make sure you do the following
[x] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
[ ] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
[ ] Ideally, include relevant tests that fail without this PR but pass with it.
Description
The documentation about React is only available for React <= 17. This PR adds documentation for React 18 and its new way to render the root Element of the React App.
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).