Skip to content

Instantly share code, notes, and snippets.

@avin
Created May 2, 2021 10:59
Show Gist options
  • Select an option

  • Save avin/a4389d7a5e0be05b00f6d986f81c8a61 to your computer and use it in GitHub Desktop.

Select an option

Save avin/a4389d7a5e0be05b00f6d986f81c8a61 to your computer and use it in GitHub Desktop.
Replace React with Preact. Reduce 100kb bundle size
webpack: {
alias: {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
"react-dom": "preact/compat",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment