본문 바로가기

전체 글

(354)
배포 /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
비동기 지옥 콜백함수 / promise 콜백을 어떤 경우에 어떻게 사용하면 안되는지 알아보자 비동기 프로그램이란 어떻게 사용하는 것인지 어떤 경우에 어떻게 사용 네트워크 통신을 할 때 Javascript is synchronous 동기적 Execute the code block by order after hoisting. 호이스팅이 된 이후부터 우리가 작성한 순서에 맞춰 코드가 하나하나씩 동기적으로 실행된다는 말. hoisting이란 var , function declaration 변수와 함수선언들이 자동적으로 제일 위로 올라가는 것. 동기 syncronous는 정해진 수서에 맞게 코드가 실행되는 것 asyncronouse는 비동기적으로 언제 코드가 실행될 지 예측할 수 없는 것을말합니다. 예) setTimeout이라는 웹 api가 있어요. ..
배경색을 투명하게 background-color: transparent; 아이콘 배경색을 투명하게 background-color: transparent;
아이콘 fontawesome.com/ yarn add @fortawesome/fontawesome-free