TypeScript

IT/Front-End

Big projects are ditching TypeScript… why? 요약

https://www.youtube.com/watch?v=5ChkQKUzDCs 요약 대형 오픈 소스 프로젝트들이 TypeScript를 포기하고 순수 JavaScript를 선호하는 이유에 대한 설명. 하이라이트 TypeScript를 대신하여 Vanilla JavaScript를 채택하는 대규모 오픈 소스 프로젝트의 이유 및 이러한 결정의 이점을 살펴보기. 💡 TypeScript를 대신 사용하는 이유 일부 대규모 오픈 소스 프로젝트(예: Svelte, Drizzle, Turbo)가 TypeScript를 포기하고 JavaScript로 돌아가기 시작함. TypeScript는 코드에 "타입 맞추기"와 관련된 복잡성을 증가시킬 수 있음. 💡 TypeScript를 포기하는 이유 TypeScript를 포기하는 이유는 다..

프로젝트/나만무

[나만무] mediapipe 에러 해결

https://github.com/google/mediapipe/issues/3796 TypeError: hands.Hands is not a constructor · Issue #3796 · google/mediapipe System information (Please provide as much relevant information as possible) React/typescript @mediapipe/hands version 0.4.1646424915 Describe the current behavior: When using the default code exam... github.com https://github.com/google/mediapipe/issues/3949 TypeError: ho..

IT/Front-End

[FE] React.js + TS + eslint + prettier + bootstrap(with Docker)

초고 나만무 프로젝트를 진행하며 ReactJS를 TS 기반으로 개발하려고 했다. eslint와 prettier라는 것을 알게되서 써보려고 했는데 에러를 겁나 많이 만났다. 도커 컨테이너를 계속 삭제하고 만드는 것도 귀찮아져서 초기 세팅하는 방법을 문서화했다. 초기 세팅된 템플릿은 계속 쓰려고 깃헙 레포에도 저장했다. 하는 김에 React Bootstrap도 넣었다. 도커 컨테이너: Node.js # 로컬 powershell docker pull node:lts docker images // 도커 엔진에 존재하는 이미지 목록을 출력 docker create -it --name namanmoo node:lts docker ps -a // 모든 컨테이너를 출력 도커 컨테이너 실행 후 VS Code에서 원격 접..

KimCookieYa
'TypeScript' 태그의 글 목록