FlyingSquirrel·Dec 30, 2023[2023년 회고] 대외활동이 늘어났던 한 해이직도 하고, 발표도 해봤고, 할 줄 아는 요리도 조금 늘었다.A response icon3A response icon3
FlyingSquirrel·Apr 12, 2023연차가 쌓일 수록 익숙해져야하는 5가지주니어이지만 주니어이고 싶지 않은 프론트엔드 5년차 개발자A response icon3A response icon3
FlyingSquirrel·May 5, 2022Learn How to Debug the Cause of Memory Leak in SSRDebugging the cause of SSR memory leak in Next.js
FlyingSquirrel·Feb 4, 2022When should I use act() in react-testing-library?You don’t need to use act() because most of the cases are already wrapped in act().A response icon1A response icon1
FlyingSquirrel·Feb 4, 2022testing-library/react의 act는 언제 써야할까이미 act로 감싸져 호출되는 경우가 대부분이라 내가 직접 쓸 일이 없다.