Ran:
export const Main = (props: { productName: string; cssInJS?: string }) => {
return (
<>
This page visually tests how quickly a bundler can update{" "}
{props.cssInJS ? "CSS-in-JS" : "CSS"} over Hot Module Reloading.
Ran:
aboutsummaryrefslogtreecommitdiff |