Recent posts

Wokou: Living as Shadows

less than 1 minute read

The wokou cannot be defined. The term has been abused so thoroughly, each group reflecting its own perspective, that we no longer even know what it means. Re...

Swiper.js + React 에서 slide prepend 문제를 해결하는 방법

3 minute read

TL;DR 가상 슬라이드(Virtual Slides)를 켠 Swiper.js + React 프로젝트에서 prepend로 아이템을 추가하면서도 사용자가 보고 있던 슬라이드를 유지하는 방법은 Zustand에 “현재 슬라이드 전역 인덱스”를 저장하고, 리...