https://velog.io/@rjsdnql123/TILReact%EC%99%80-MVVM%ED%8C%A8%ED%84%B4https://paulallies.medium.com/clean-mvvm-with-react-and-react-hooks-ebc
두서말: 리액트 공식문서가 완전히 새로 업데이트가 되어서 기본도 다시 복습할겸 새로운 공식문서를 읽어가던중 까먹었거나 새로 알게된 내용들을 정리해 적어 본다. 일단 오늘 챕터는 Adding interactivity부터 시작하기로... Responding to Even
React uses a declarative way to manipulate the UI. Instead of manipulating individual pieces of the UI directly, you describe the different states tha
Components need to “remember” things: the current input value, the current image, the shopping cart. In React, this kind of component-specific memory
Extracting State Logic into Reducer Components with many state updates spread across many event handlers can get overwhelming. For these cases, you ca
Redux + react.js 같이 사용할려면 react native reducer + context 사용해 비슷한 개발 경험을 느낄수 있다. (차이점은 분명 있다. 예를 들어 Thunk나 Redux-saga같이 사용할수 있는 기능들을 리액트 라이브러리 자체에서 지원해