mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-30 17:34:05 +08:00
Includes a 'css-modules' implementation of the nested trees to act as a baseline for comparison.
12 lines
199 B
HTML
12 lines
199 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
<div class="root"></div>
|
|
<script src="dist/performance.bundle.js"></script>
|
|
</body>
|
|
</html>
|