Hyeseong Kim
Hyeseong Kim
?? 잠깐만 이건 브라우저가 알아서 해줘야지 왜 직접하려고 해
4. md5 해시만 미리 넣는다. 프로필 카드는 fallback으로 초기화하고 비동기 요청으로 업데이트
이 쪽에 지식이 저언~혀 없어서 뭐부터해야될지 감조차 안잡힌다...
gitnode 같은 건 좀 복잡하고 일단 스크립트를 넣을 순 있겠다. 마스터 브랜치 기준으로 특정 포스트가 최초로 추가된 날짜는 `git log -1 --format="%ad" --date=format:'%Y-%m-%d %H:%M:%S' [PATH]` 마지막 수정된 날짜는 `git log...
- **읽기**와 직접적인 관련이 없는 네비게이션 메뉴나 헤더 등을 감춘다. ex) Medium 에서 스크롤 내리는 중엔 헤더를 숨기고, 올리면 다시 나타난다.
* 읽기에 필요하지 않는 부가기능은 **비동기적으로 로드**한다. 초기화 시 활성화될 필요가 없으므로, 로딩이 끝나도 읽기에 영향을 주지 않는다. ex) [Typography.js Demo](https://kyleamathews.github.io/typography.js/) 의 우측 Design Tool ex) Medium 아티클 볼 때...
Published the fork as [@cometlib/dedent](https://npm.im/@cometlib/dedent)
@HoverBaum If you have a traceable path for images you can do something like this: ```jsx import * as React from 'react'; function resolveImage(src) { return require(`../images/${src}`); } export default...
I agree to the assumption that node_modules exists is wrong, but this is too pervasive. So even the Yarn PnP's approach is better than node_modules, in reality there are many...
We love the syntax proposed by @ostera, but since the current poly vars type cannot contain inline record definitions, I assume there will be some semantic changes for it. It...