export const Main = ({ productName, cssInJS }) => { return ( <> CSS HMR Stress Test! This page visually tests how quickly a bundler can update{" "} {cssInJS ? "CSS-in-JS" : "CSS"} over Hot Module Reloading. Ran: The progress bar should move from left to right smoothly. The spinners should rotate & change color smoothly. > ); };
This page visually tests how quickly a bundler can update{" "} {cssInJS ? "CSS-in-JS" : "CSS"} over Hot Module Reloading.
Ran: