React:Fragments 루트가 여러개인 컴포넌트를 반환하기 위해. <> ... `` javascript - React Native what exactly is the <> (empty) component - Stack Overflow In react <> and is just a syntactic sugar for . What it basically means is all components should be wrapped in a parent element. So without disturbing the whole schematic design <> provides a wrapper to wrap all your elemnts inside it . <React.Fragment> // your code </React.Fragment> is same as <> // your code </> See also react Favorite site React Fragments 사용이유 및 사용법