분류 전체보기 (66) 썸네일형 리스트형 [type.js] flow - 정적타입 분석기 https://medium.com/@2woongjae/typescript-%EC%82%AC%EC%9A%A9%EC%9E%90%EC%9D%98-flow-%ED%83%90%ED%97%98%EA%B8%B0-1-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EC%84%A4%EC%A0%95-b852baf19d17 TypeScript 사용자의 Flow 탐험기 (1) — 설치 및 설정 우선 나는 TypeScript 를 2년 넘게 실무에서 사용하고 있다. 엄밀히 말하면, 순수 JavaScript 코드 만으로 프로그래밍을 하지 않은 시간이 그 정도 된다. (나만의 생각일 수도 있지만) Type System 을 이용 medium.com 타입스크립트와는 호완이 안되는듯..? webhacking https://blog.naver.com/ndb796/221041978304 [cs]url, base64인코딩 디코딩 https://devut90.tistory.com/21 인코딩/디코딩? 솔루션 개발 중 외부 서비스에서 사용하는 API를 만들던 중, 데이터 송/수신 과정에서 '인코딩'에 대한 이해도가 낮았던 것에 공부할 겸 3가지 인코딩에 대해서 간단히 정리하였습니다. URL Encode, U devut90.tistory.com https://ghdwn0217.tistory.com/76 [npm]code ERESOLVE https://velog.io/@dev_cecy/npm-install-%EC%98%A4%EB%A5%98-code-ERESOLVE npm install 오류 (code ERESOLVE) 예전에 작성했던 코드를 로컬로 다시 클론받아 코드를 수정하려고했다. 화면을 보기위해npm start를 해주었더니, script 오류가 났고🤦🏻♀️ 당황하지 않고 npm install을 해주었다. 그랬더니 이 velog.io npm install --save --legacy-peer-deps 이후 npm i [react]input losing focus when rerendering https://stackoverflow.com/questions/22573494/react-js-input-losing-focus-when-rerendering React.js - input losing focus when rerendering I am just writing to text input and in onChange event I call setState, so React re-renders my UI. The problem is that the text input always loses focus, so I need to focus it again for each letter ... stackoverflow.com 결론: 키의 문제다 [react-hooks]why child component doesn't update when prop changes https://stackoverflow.com/questions/38892672/react-why-child-component-doesnt-update-when-prop-changes 1. props값을 인지할수 있게 useEffect => state값으로 다룰수 있게 useState 설정 2. key 설정 [react-error]react Uncaught ReferenceError: process is not defined https://stackoverflow.com/questions/70368760/react-uncaught-referenceerror-process-is-not-defined React Uncaught ReferenceError: process is not defined I am getting issue with iframe. Till today everything was working as expected. Today I added very simple Modal component and somehow iframe started appearing. It appears when I am editing file and ... stackoverflow.com package.json에 resolutions: .. 프론트엔드 면접 https://www.youtube.com/watch?v=vR87GdV3VlA 1.자바스크립트 웹 브라우저 관련지식을 탄탄이 쌓아라 -규모가 작을수록 리액트 등의 프레임워크에 대한 것을 질문 -클수록 자바스크립트나 웹 브라우저 동작의 깊은 내용들을 질문 -리액트는 - virtual DOM 필수 렌더링 최적화와 관련해서 useMemo, useCallback 등 최적화 하는것이 어떤 것인지 질문 , 리렌더링하는 조건이 무엇인지 -자바스크립트관련 자바스크립트 실행컨텍스트, this가 결정되는 것에 대해, 클로저에 대해 [react]react 18 참고 영상: https://www.youtube.com/watch?v=bpVRWrrfM1M [js]class - 데이터와 이를 조작하는 코드를 하나로 추상화한다 - prototype을 이용해서 만들어졌다 이전 1 ··· 3 4 5 6 7 다음