Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- animation
- Recoil
- github pdf
- Git
- nextjs
- html
- rolldown
- vercel git lfs
- react-native
- npm package
- adb pair
- dvh
- camera permission
- camera access
- 티스토리 성능
- ELECTRON
- ffi-napi
- augmentedDevice
- custom printing
- github lfs
- electron-packager
- Can't resolve
- github 100mb
- react-native-dotenv
- Failed to compiled
- Each child in a list should have a unique "key" prop.
- device in use
- silent printing
- adb connect
- 이미지 데이터 타입
Archives
- Today
- Total
Bleeding edge
2022/11/04 - TIL 본문
{error ? "A" : null}
=> {error && "A"}
if {error ===null || error==undefined} console.log('error')
=> error&& console.log('error')
error?.(log)
dynamic import
import (".../api/db.json").then( something => console.log(something))
webpack을 쓰면
const db = require('../api/db.json') 과같이 사용할 수 있다.
const navigation:{item :list} = db
툴체인은 로더, 패키지, 미니마이저를 분류로 추가해야할 것을 추가하는 연습을 해야하며, package.json에서 필요한 명령어들을 script에 잘배치시켜 사용시키는 것이 중요하다
'ConnecTo' 카테고리의 다른 글
| 2022/11/08 - Jest 사용법 (0) | 2022.11.08 |
|---|---|
| 2022/11/07 - 분할정복 (0) | 2022.11.07 |
| 2022/11/03 - TIL (0) | 2022.11.03 |
| 2022/11/02 - TIL (0) | 2022.11.02 |
| 2022/11/01 - TIL (0) | 2022.11.01 |