|
|
|
|
|
by underwater
2578 days ago
|
|
Fixating on package size alone is missing the forest for the trees. A good library can massively reduce your application size and pay for itself many times over. For example, Relay removes the need for a lot of Flux and network request boilerplate. Going beyond that, it can collapse serial network fetches down into one request, massively speeding up page loads. (This doesn't apply to moment, that library is just designed in a brain dead way). |
|