|
|
|
|
|
by chickenfries
3488 days ago
|
|
From the README > Inferno is much smaller in size, 7kb vs 45kb gzip. Given that you're building the kind of app that is complicated enough to require a state management library, a virtual dom implementation, etc... does this 38kb really matter? Is anyone really shipping commercial apps where 38kb on page load would be that meaningful of a performance gain? Especially if you're doing serverside rendering and requiring react asynchronously? |
|
https://nolanlawson.com/2016/08/15/the-cost-of-small-modules...