Next.js14 + VE warning 이슈Only plain objects can be passed to Client Components from Server Components. 오류 해결하기 🤔2024년 01월 05일Next.js
React처럼 변수 값 변경을 감시하기(Proxy, getter, setter)ES6의 Proxy를 이용하여 변수 변경시에 값이 실시간으로 변경되는 예제를 만들어보자.2019년 06월 24일JavaScript