Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork375
Build size#1655
-
Hi, I'm very curious as to how the build files work in conjuction with one another. Because atm there seems to be no benefit to using preact over just react, the file sizes add up to about the same. Thank you |
BetaWas this translation helpful?Give feedback.
All reactions
Preact vs React is likely a minor portion of your overall app bundle.
Depending on how you build your React app, that can also have fundamental differences in bundle output to what Preact-CLI does.
Replies: 1 comment
-
Preact vs React is likely a minor portion of your overall app bundle. Depending on how you build your React app, that can also have fundamental differences in bundle output to what Preact-CLI does. |
BetaWas this translation helpful?Give feedback.