React Native 란?

이채리·2024년 3월 9일
0

리액트 네이티브란, 페이스북이 개발한 오픈소스 모바일 애플리케이션 프레임워크이다. 안드로이드, iOS, 웹, UWP(Universal Window Platform) 용 애플리케이션을 개발하기 위해 사용되며, 개발자들이 네이티브 플랫폼 기능과 더불어 리액트를 사용할 수 있게 한다.

페이스북 내에서 조던 워크는 백그라운드 자바스크립트 스레드로부터 iOS 의 UI 요소를 생성하는 방법을 알아냈다(=리액트)

React can be used to develop single-page, mobile, or server-rendered applications with frameworks like Next.js. Because React is only concerned with the user interface and rendering components to the DOM, React applications often rely on libraries for routing and client-side functionality.

A key advantage of React is that it only renders those parts of the page that have changed, avoiding unnecessary rerendering of unchanged DOM elements.

이 기술을 사용하여 네이티브 앱을 빌드할 수 있게 하기 위해 이 프로토타입을 온전하게 만들기 위한 내부 해커톤을 조직하기로 결정했다.

참고
https://en.wikipedia.org/wiki/React_Native
https://en.wikipedia.org/wiki/React_(software)
https://en.wikipedia.org/wiki/Document_Object_Model

profile
성장하며 남기는 흔적들. 그때 그때 떠오르는 생각들과 하고 있는 작업들. 나의 소소한 성과.

0개의 댓글