[FE] React Compiler 사용해보기
Introduction – ReactThe library for web and native user interfacesko.react.dev위 문서를 참고하여 작성하였음Vite 써서 새로운 리액트 프로젝트 하나를 만드려고 했는데 못보던 옵션이 생겼다.어떤 변화가 있을지 궁금하여 React Compiler에 대해 알아보았다. React Compiler 란"React Compiler automatically applies the optimal memoization, ensuring your app only re-renders when necessary."React Compiler는 자동 메모이제이션을 최적으로 적용하여, 앱이 필요할 때만 리렌더링되도록 보장한다. 그렇다면 이 자동 메모이제이션이 정확히 어떤 ..