Thief of Wealth

https://so-so.dev/react/import-react-from-react/

 

그 많던 import React from ‘react’는 어디로 갔을까

이 글에서는 React 17릴리즈에 포함되었던 JSX Transform의 RFC문서를 살펴보며 이 변경사항이 어떤 의미를 가지고 있는지 정리해 보았습니다. 중간중간 내용에 대한 첨언과 약간의 추측을 덧붙였습니

so-so.dev

 

https://zereight.notion.site/import-React-from-react-4df09c4d6fcc4c299fbce3576612672d

 

그 많던 import React from “react”는 어디로 갔을까

https://so-so.dev/react/import-react-from-react/

zereight.notion.site

 

요약.

import React from "react" 를 했던 이유는 jsx가 React.createElement로 변환되기 때문이었다.

하지만 이에 관련된 이슈들때문에 jsx를 react/jsx-runtime 의 jsx로 변환하는 형태로 발전되었다.

profile on loading

Loading...