mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
* Nesting Fixture * Add README to nesting fixture * Apply suggestions from code review Co-authored-by: Ricky <rickhanlonii@gmail.com> * Fixes * Add Redux * Use different versions * Use Consumer API * Rename helper * Write docs * Update README.md * Update README.md Co-authored-by: Rick Hanlon <rickhanlonii@gmail.com>
13 lines
310 B
HTML
13 lines
310 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>React App</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|