Related: JavaScript Bundle Analysis: Tree Shaking and Code Splitting Explained covers why the size difference between React and Preact matters and how bundle size translates to parse time on real hardware.

React is approximately 45KB minified and gzipped (react + react-dom combined). Preact is approximately 3KB. Both let you write JSX components...