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 |
Tags
- react-native
- augmentedDevice
- Recoil
- ffi-napi
- dvh
- custom printing
- github pdf
- rolldown
- Each child in a list should have a unique "key" prop.
- Can't resolve
- 티스토리 성능
- camera access
- html
- ELECTRON
- 이미지 데이터 타입
- nextjs
- Git
- animation
- npm package
- react-native-dotenv
- Failed to compiled
- device in use
- adb connect
- github lfs
- silent printing
- vercel git lfs
- camera permission
- electron-packager
- github 100mb
- adb pair
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 |