Configurations

Using web workers in CRA

이제 더이상 Create-react-app 에서 웹워커 지원 안해요 라는 말은 없는 것으로. 1. Install CRA $ npx create-react-app hello-worker-with-cra ... $ cd hello-worker-with-cra 2. Install webpack worker plugin with react-app-rewired $ yarn add --dev react-app-rewired worker-plugin ... { ... "scripts": { ... "start"

Lerna typescript 구성

Lerna는 node package로 웹 컴포넌트(모듈) 개발할 때 꼭 필요한 고마운 도구라고 생각. Lerna는 구성이 간편하지만, 이해하지 않으면 헷갈리거나 오작동을 겪기 쉬움. 사전 설정 1. node 14 및 yarn 설치 (yarn workspaces 활용)