React-native(35)
-
FlatList 사용 간단 매뉴얼 2021.08.24
-
FlatList 뿌시기
flatList를 공부하며 내 나름대로 이해한 내용들을 정리해보자 - 많은 양을 데이터를 불러와야해 ! >> React에서는 map을 사용 >> React-Native에서는 FlatList를 사용 React-Native에서 많은 데이터를 받아오는 컴포넌트로는 ScrollView와 FlatList가 있다. 완전히 다른 성격의 컴포넌트가 아니다. 많은 양의 데이터를 받아와서 랜더해주는 것은 동일. 그럼 뭐가 다를까? 코드 참조 https://velog.io/@st2702/React-Native-FlatList
2021.08.23 -
5 2021.08.19
-
SectionList, FlatList
강의출처 https://www.youtube.com/watch?v=Otp4cCts7oo&list=PL8kfZyp--gEXs4YsSLtB3KqDtdOFHMjWZ&index=10
2021.08.19 -
List, ScrollView & RefreshControl
강의출처 https://www.youtube.com/watch?v=Hy3HudbaU68&list=PL8kfZyp--gEXs4YsSLtB3KqDtdOFHMjWZ&index=9
2021.08.19 -
Too many re-renders. React limits the number of renders to prevent an infinite loop. 오류 해결법 2021.08.18