Listing 18-1: An HTML document with multiple nodes in the body
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ReactJS Foundations: Portal Demo</title>
</head>
<body>
<div style="display:flex;">
<div id="root" style="width:50%"></div>
<div id="sidebar" style="width:50%"></div>
</div>
</body>
</html>
Download the examples, report issues, and ask/answer questions in the discussion area by visiting the book's github page. All of the code for the book is also available on codesandbox.io for you to play around with.
ReactJS Foundations is published by John Wiley and Sons, Inc and is available in paperback and eBook.