HyunGyu

함수들을 조립하는 것을 좋아합니다.


  • Home

  • Categories

  • About

  • Tags

  • Search

next.js의 server component에서 styled-components를 적용하는 방법

Posted on 2023-07-16 | In Web
server component와 client component 간의 컴포넌트 합성을 이해하고 client library들을 활용하는 법
Read more »

javascript의 FinalizationRegistry을 활용한 메모리 디버깅

Posted on 2023-03-13 | In Web
자바스크립트의 가비지 컬렉터의 수집 시점을 디버깅할 때 활용할 수 있는 FinalizationRegistry API
Read more »

safari에서만 발생하는 react hydration 오류 - format-detection

Posted on 2022-12-16 | In Web
mobile safari의 meta format-detection 기능으로 인한 hydration 오류 디버깅 과정.
Read more »

npm 라이브러리 배포에 package.json 최대한 활용하기 with cjs, esm, exports

Posted on 2022-10-24 | In Web
cjs, esm을 모두 지원하는 라이브러리를 제작하고, npm 라이브러리 배포에 package.json exports를 활용해 sub path를 최적화하자. 그리고 exports를 지원하지 않는 webpack4 version 까지 대응하자.
Read more »

axios interceptors와 refresh token을 활용한 jwt 토큰 관리

Posted on 2022-08-07 | In Web
axios 요청에 기반하는 frontend 구조에서 axios interceptors를 활용하여 access token과 refresh token을 관리해보자
Read more »

재미삼아 해본 bun.js node.js 성능 비교 테스트

Posted on 2022-07-14 | In Web
beta 버전이지만 해외에서 유명한 javascript runtime 유명한 bun.js의 성능 비교
Read more »

프론트엔드 개발자로서 요즘의 고민

Posted on 2022-07-06 | In Web
컴포넌트 설계, hooks and utils, 비동기 데이터 관리, 프로젝트 구조 관리
Read more »

추상화를 위한 대수적 효과(Algebraic Effect)와 React Suspense

Posted on 2022-05-12 | In Computer-Science
리액트의 선언적 프로그래밍과 위임을 위한 강력한 추상화 기능으로 다루는 개념인 대수적 효과에 대해서
Read more »

멱등성과 순수 함수, 함수형 프로그래밍

Posted on 2022-05-02 | In Computer-Science
함수형 프로그래밍에서 참조 투명성을 지니는 순수 함수는 모두 멱등성을 보장할까?
Read more »

esbuild는 왜 빠른가?(번역)

Posted on 2022-04-16 | In Web
esbuild 공식문서에서 설명하는 esbuild가 빠른 4가지의 주요한 이유
Read more »
1 2 … 9
HyunGyu-Kim

HyunGyu-Kim

blog.push_back("Dev, Daily")

88 posts
5 categories
19 tags
RSS
GitHub Instagram LinkedIn
© 2023 HyunGyu-Kim
Powered by Jekyll
Theme - NexT.Muse