You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for all your amazing hard work on Preact 🙏A couple of very high performance products I've launched would have been impossible without all the effort you've put in to building such a small, fast library. I know that making things small is often harder than making them big. (As Blaise Pascal once said, "I would have written a shorter letter, but I did not have the time.")
I just came across a data point and wanted to see what you all thought: In the past, one of Preact's many benefits was how much smaller it was than React. According to Bundlephobia, that's no longer the case:
It's size without react-dom (in React case). Basically Preact is alternative to react + react-dom. So in React case you should sum their sizes (~33.5 KB vs 3.5 KB)
Hi folks!
Thanks for all your amazing hard work on Preact 🙏A couple of very high performance products I've launched would have been impossible without all the effort you've put in to building such a small, fast library. I know that making things small is often harder than making them big. (As Blaise Pascal once said, "I would have written a shorter letter, but I did not have the time.")
I just came across a data point and wanted to see what you all thought: In the past, one of Preact's many benefits was how much smaller it was than React. According to Bundlephobia, that's no longer the case:
Not sure what the implications are (if any), but wanted to hear your thoughts on the matter.
Cheers!
Thomas
The text was updated successfully, but these errors were encountered: