React v. Lit
Compares React and Lit implementations of the React homepage demos.
The React side uses React ESM and HTM. These tweaks eliminate the need for a build step. You can run the standard React demos in another tab to compare further.
LitElement is used for most demos on the Lit side with the exception of Introducing Hooks which brings in Haunted.
Worth noting is the use of install-time ESM-enabling technology, Snowpack.
| Size (GZIPPED, MINIFIED) |
React ESM + HTM | 38 KB + 0.6 KB |
LitElement | 6.9 KB |
Haunted | 5.6 KB |
A Component Using External Plugins