react-native-boost - RN की स्पीड बढ़ाने वाला Babel प्लगइन
(github.com/kuatsu)-
RN के
<Text />,<View />कंपोनेंट्स क्रमशः<TextNativeComponent />और<ViewNativeComponent />को रैप करने वाले JS-लेयर wrappers हैं. -
यह टेक्स्ट के अंदर view, touch किए जा सकने वाले text जैसे edge cases को handle करने के लिए है.
-
react-native-boost एक Babel plugin है जो ऐसी स्थितियों को ढूंढकर, जहाँ इन edge cases को handle करने की ज़रूरत नहीं होती, उन्हें native components से replace कर देता है.
https://react-native-boost.oss.kuatsu.de/docs/introduction/… -
1,000 text components वाले benchmark में iOS पर लगभग 50% performance improvement देखा गया.
https://react-native-boost.oss.kuatsu.de/docs/introduction/benchmarks
अभी कोई टिप्पणी नहीं है.