vanilla extract 한 방울로 server component 향기롭게 하기 - vanilla extract 사용기 vanilla-extract를 사용하기까지의 과정 next app router에서는 react 18 버전부터 추가된 server component를 사용 할 수 있다 서버 컴포넌트의 장점은 다양하다(ex) server side fetching) 아무튼 많은 장점이 있는지만 또한 가장 큰 단점도 있다 바로 많은 사람들이 사용하는 CSS in JS 인 styled-component(emotion)를 사용 할 수 없다는 것이다... 왜 사용 할 수 없을까? styled-component와 emotion은 runtime css in js 이기 때문이다 runtime css in js는 js가 실행되는 환경인 runtime(브라우저)에서 실행되기 때문에 서버에서 렌더링 하는 server component에서는 사.. 이전 1 다음