Legacy React APIs

번역:이나령

These APIs are exported from the react package, but they are not recommended for use in newly written code. See the linked individual API pages for the suggested alternatives. 이 API는 React 패키지에서 내보내지만 새로 작성하는 코드에는 사용을 권장하지 않습니다. 각 API별로 추천하는 대안을 링크 페이지에서 확인하세요.


Legacy APIs


Deprecated APIs 지원 중단된 API들

Deprecated | 지원 중단

These APIs will be removed in a future major version of React. 다음 API들은 향후 React의 메인 버전에서 삭제될 예정입니다.

  • createFactory lets you create a function that produces React elements of a certain type. createFactory를 사용하면 특정 유형의 React 엘리먼트를 생성하는 함수를 만들 수 있습니다.