mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
755724a24c
* Remove PooledClass from FallbackCompositionState The only module that uses FallbackCompositonState is BeforeInputEventPlugin. The way its structured means there can only be a single instance of FallbackCompositionState at any given time (stored in a local variable at the top-level) so we don't really need pooling here at all. Instead, a single object is now stored in FallbackCompositionState, and access (initializing, reseting, getting data) is gaurded by the exported helper object. * Use new FallbackCompositionState API in BeforeInputEventPlugin * Implement event-specific pooling in SyntheticEvent * Remove PooledClass from TopLevelCallbackBookKeeping * Update results.json * Add pooled event test fixtures (#1) * Fix fixture lint
176 lines
4.2 KiB
JSON
176 lines
4.2 KiB
JSON
{
|
|
"bundleSizes": {
|
|
"react.development.js (UMD_DEV)": {
|
|
"size": 65980,
|
|
"gzip": 16788
|
|
},
|
|
"react.production.min.js (UMD_PROD)": {
|
|
"size": 6734,
|
|
"gzip": 2757
|
|
},
|
|
"react.development.js (NODE_DEV)": {
|
|
"size": 56302,
|
|
"gzip": 14443
|
|
},
|
|
"react.production.min.js (NODE_PROD)": {
|
|
"size": 5596,
|
|
"gzip": 2332
|
|
},
|
|
"React-dev.js (FB_DEV)": {
|
|
"size": 53503,
|
|
"gzip": 13659
|
|
},
|
|
"React-prod.js (FB_PROD)": {
|
|
"size": 25014,
|
|
"gzip": 6703
|
|
},
|
|
"react-dom.development.js (UMD_DEV)": {
|
|
"size": 634973,
|
|
"gzip": 144789
|
|
},
|
|
"react-dom.production.min.js (UMD_PROD)": {
|
|
"size": 119734,
|
|
"gzip": 38187
|
|
},
|
|
"react-dom.development.js (NODE_DEV)": {
|
|
"size": 594382,
|
|
"gzip": 135201
|
|
},
|
|
"react-dom.production.min.js (NODE_PROD)": {
|
|
"size": 116650,
|
|
"gzip": 37146
|
|
},
|
|
"ReactDOMFiber-dev.js (FB_DEV)": {
|
|
"size": 591210,
|
|
"gzip": 134689
|
|
},
|
|
"ReactDOMFiber-prod.js (FB_PROD)": {
|
|
"size": 424757,
|
|
"gzip": 95144
|
|
},
|
|
"react-dom-test-utils.development.js (NODE_DEV)": {
|
|
"size": 53568,
|
|
"gzip": 13486
|
|
},
|
|
"ReactTestUtils-dev.js (FB_DEV)": {
|
|
"size": 53378,
|
|
"gzip": 13448
|
|
},
|
|
"react-dom-unstable-native-dependencies.development.js (UMD_DEV)": {
|
|
"size": 88255,
|
|
"gzip": 22338
|
|
},
|
|
"react-dom-unstable-native-dependencies.production.min.js (UMD_PROD)": {
|
|
"size": 18178,
|
|
"gzip": 5939
|
|
},
|
|
"react-dom-unstable-native-dependencies.development.js (NODE_DEV)": {
|
|
"size": 81703,
|
|
"gzip": 20376
|
|
},
|
|
"react-dom-unstable-native-dependencies.production.min.js (NODE_PROD)": {
|
|
"size": 16448,
|
|
"gzip": 5300
|
|
},
|
|
"ReactDOMUnstableNativeDependencies-dev.js (FB_DEV)": {
|
|
"size": 81422,
|
|
"gzip": 20340
|
|
},
|
|
"ReactDOMUnstableNativeDependencies-prod.js (FB_PROD)": {
|
|
"size": 66066,
|
|
"gzip": 15736
|
|
},
|
|
"react-dom-server.browser.development.js (UMD_DEV)": {
|
|
"size": 123129,
|
|
"gzip": 31128
|
|
},
|
|
"react-dom-server.browser.production.min.js (UMD_PROD)": {
|
|
"size": 21353,
|
|
"gzip": 8162
|
|
},
|
|
"react-dom-server.browser.development.js (NODE_DEV)": {
|
|
"size": 92285,
|
|
"gzip": 23724
|
|
},
|
|
"react-dom-server.browser.production.min.js (NODE_PROD)": {
|
|
"size": 20116,
|
|
"gzip": 7657
|
|
},
|
|
"ReactDOMServer-dev.js (FB_DEV)": {
|
|
"size": 91498,
|
|
"gzip": 23652
|
|
},
|
|
"ReactDOMServer-prod.js (FB_PROD)": {
|
|
"size": 49904,
|
|
"gzip": 13944
|
|
},
|
|
"react-dom-server.node.development.js (NODE_DEV)": {
|
|
"size": 95018,
|
|
"gzip": 24291
|
|
},
|
|
"react-dom-server.node.production.min.js (NODE_PROD)": {
|
|
"size": 21207,
|
|
"gzip": 8013
|
|
},
|
|
"react-art.development.js (UMD_DEV)": {
|
|
"size": 373741,
|
|
"gzip": 82785
|
|
},
|
|
"react-art.production.min.js (UMD_PROD)": {
|
|
"size": 93224,
|
|
"gzip": 28829
|
|
},
|
|
"react-art.development.js (NODE_DEV)": {
|
|
"size": 295128,
|
|
"gzip": 62771
|
|
},
|
|
"react-art.production.min.js (NODE_PROD)": {
|
|
"size": 55164,
|
|
"gzip": 16977
|
|
},
|
|
"ReactARTFiber-dev.js (FB_DEV)": {
|
|
"size": 294057,
|
|
"gzip": 62846
|
|
},
|
|
"ReactARTFiber-prod.js (FB_PROD)": {
|
|
"size": 219827,
|
|
"gzip": 45605
|
|
},
|
|
"ReactNativeStack-dev.js (RN_DEV)": {
|
|
"size": 201902,
|
|
"gzip": 37570
|
|
},
|
|
"ReactNativeStack-prod.js (RN_PROD)": {
|
|
"size": 138226,
|
|
"gzip": 26573
|
|
},
|
|
"ReactNativeFiber-dev.js (RN_DEV)": {
|
|
"size": 307333,
|
|
"gzip": 53302
|
|
},
|
|
"ReactNativeFiber-prod.js (RN_PROD)": {
|
|
"size": 222948,
|
|
"gzip": 38742
|
|
},
|
|
"react-test-renderer.development.js (NODE_DEV)": {
|
|
"size": 292928,
|
|
"gzip": 61669
|
|
},
|
|
"ReactTestRendererFiber-dev.js (FB_DEV)": {
|
|
"size": 291856,
|
|
"gzip": 61755
|
|
},
|
|
"react-test-renderer-shallow.development.js (NODE_DEV)": {
|
|
"size": 9812,
|
|
"gzip": 2482
|
|
},
|
|
"ReactShallowRenderer-dev.js (FB_DEV)": {
|
|
"size": 9718,
|
|
"gzip": 2439
|
|
},
|
|
"react-noop-renderer.development.js (NODE_DEV)": {
|
|
"size": 286835,
|
|
"gzip": 60082
|
|
}
|
|
}
|
|
} |