인프런 커뮤니티 질문&답변
ie11
작성
·
284
퀴즈
Compared to Client-Side Rendering (CSR), what is the main advantage of Server-Side Rendering (SSR)?
Reduced development complexity
Improving initial loading speed and fast content display
Easy real-time data update
No browser compatibility issues
답변 2
0
0
제로초(조현영)
지식공유자
소스코드를 보니 ie11에서는 돌아가지 않는 문법이네요.
next 자체는 ie11를 지원하는데 node_modules의 라이브러리가 ie11을 지원하지 않고 있습니다.
https://github.com/martpie/next-transpile-modules
적용해보세요.




