|
|
|
|
|
by vdnkh
2712 days ago
|
|
From a performance standpoint it’s way better to have stdlib grow as opposed to JS bundles. Modules aren’t shared within a page so you’d end up with a lot of duplicated code that the user would have to continuously download and parse. |
|
Its worse to forever live with two implementations(native and polyfill) and as large bundles, double the troubleshooting effort and extra support.