# react-native-boost - RN의 속도를 높여주는 바벨 플러그인

> Clean Markdown view of GeekNews topic #19422. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=19422](https://news.hada.io/topic?id=19422)
- GeekNews Markdown: [https://news.hada.io/topic/19422.md](https://news.hada.io/topic/19422.md)
- Type: news
- Author: [nemorize](https://news.hada.io/@nemorize)
- Published: 2025-02-25T13:10:52+09:00
- Updated: 2025-02-25T13:10:52+09:00
- Original source: [github.com/kuatsu](https://github.com/kuatsu/react-native-boost)
- Points: 7
- Comments: 0

## Summary

react-native-boost는 React Native의 `&lt;Text /&gt;`, `&lt;View /&gt;` 컴포넌트가 감싸고 있는 JS단 래퍼를 네이티브 컴포넌트로 교체하여 성능을 향상시키는 바벨 플러그인입니다. 이 플러그인은 엣지 케이스를 처리할 필요가 없는 상황을 찾아 최적화를 수행하며, 1,000개의 텍스트 컴포넌트를 둔 벤치마크에서 iOS 기준 약 50%의 성능 향상을 보였습니다.

## Topic Body

* RN의 `&lt;Text /&gt;`, `&lt;View /&gt;` 컴포넌트는 각자 `&lt;TextNativeComponent /&gt;`와 `&lt;ViewNativeComponent /&gt;`를 감싸는 JS단 래퍼임.  
* 이는 텍스트 안의 뷰, 터치 가능한 텍스트 등의 엣지 케이스를 처리하기 위한 용도임.  
* react-native-boost는 이러한 엣지 케이스를 처리할 필요가 없는 상황을 찾아 네이티브 컴포넌트로 교체해주는 바벨 플러그인임.  
https://react-native-boost.oss.kuatsu.de/docs/introduction/how-it-works  
  
* 1,000개의 텍스트 컴포넌트를 둔 벤치마크에서 iOS 기준 약 50%의 성능 향상을 확인함.  
https://react-native-boost.oss.kuatsu.de/docs/introduction/benchmarks

## Comments



_No public comments on this page._
