From 020ce327794089995f6b4511cfca1e949a7eab03 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 19 Jun 2021 18:30:32 -0700 Subject: color looper i'll probably get rid of Former-commit-id: 5015c6a96964c23154509bc26633c18ce36aa9ff --- demos/simple-react/src/main.tsx | 69 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 demos/simple-react/src/main.tsx (limited to 'demos/simple-react/src/main.tsx') diff --git a/demos/simple-react/src/main.tsx b/demos/simple-react/src/main.tsx new file mode 100644 index 000000000..1a9948fe8 --- /dev/null +++ b/demos/simple-react/src/main.tsx @@ -0,0 +1,69 @@ +import React from "react"; + +export const Main = ({ productName }) => { + return ( + <> +
+
CSS HMR Stress Test
+

+ This page visually tests how quickly a bundler can update CSS over Hot + Module Reloading. +

+
+
+
+

+ + Ran:  + +

+ +
+
+
+
+ The progress bar should move from left to right smoothly. +
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+ The spinners should rotate & change color smoothly. +
+
+
+ + + ); +}; -- cgit v1.2.3