기록중
파이어베이스 리액트 연결하는 부분참고] https://blog.naver.com/PostView.nhn?blogId=gi_balja&logNo=221293781781&categoryNo=0&parentCategoryNo=0&viewDate=¤tPage=1&postListTopCurrentPage=1&from=postView&userTopListOpen=true&userTopListCount=5&userTopListManageOpen=false&userTopListCurrentPage=1 프로젝트 폴더에서 yarn add firebase 혹은npm install firebase --save 참고] https://appdividend.com/2018/04/23/react-native-firebas..
flux 는 기존의 MVC 구조에서의 복잡성을 해결하기 위해 단방향 데이터 흐름을 위한 설계.redux는 flux 개념을 실제 구현하여 라이브러리 형태로 제공한다는 것. A single Store1. convert handleAction functions to a Redux reducer2. Use the Redux createStore utility to initialize the store Reducer: a pure function that takes the previous state and an action as input and returns the new state. Sample code https://appdividend.com/2018/08/04/react-native-redux-examp..
https://www.youtube.com/watch?v=p0hCPHHlxjk