본문 바로가기

React

(17)
배포 /deployment - GitHub Pages, Netlify create-react-app.dev/docs/deployment#github-pages Deployment | Create React App npm run build creates a build directory with a production build of your app. Set up your favorite HTTP server so that a visitor to your site is served index.html, and requests to static paths like /static/js/main..js are served with the contents of the /st create-react-app.dev yarn build하고 나면 빌드하면 webpack이 우리가 작성한 코드..
비공개 왜 State 오브젝트를 수정하면 안되나요? 💎 보호되어 있는 글입니다.
비공개 리액트 컴포넌트 종류와 훅에 대해서 개념 정리 노트 보호되어 있는 글입니다.
비공개 자바스크립트 오브젝트 가변성에 대하여 (Spread Operator) 보호되어 있는 글입니다.
PureComponent reactjs.org/docs/react-api.html#reactpurecomponent
아이콘 fontawesome.com/ yarn add @fortawesome/fontawesome-free
라이프사이클 메서드 라이프사이클 메서드 컴포넌트가 사용자에게 보여질 때 돔트리에 올라갔을 때 돔트리에서 나왔을 때 컴포넌트가 업데이트되었을 때 컴포넌트가 마운트되었을 때 언마운트되었을 때 다양한 컴포넌트 상태에 따라서 우리가 함수를 구현해 놓으면 리액트가 알아서 불러주는 요런 라이프사이클 메소드
디버깅툴 크롬 확장프로그램 페이스북이 만든 react developer tools 설치하기 페이지에 컴포넌트들 볼수 있음