Skip to content

Conversation

1nxeo
Copy link

@1nxeo 1nxeo commented Oct 15, 2025

Activity 의 예제가 제대로 보이지 않는 이슈 수정

Problem

  • package.json에 "react": "experimental" 형태로만 명시되어 react와 react-dom이 서로 다른 해시의 experimental 버전으로 설치됨

Proposed Changes

  • 모든 Sandpack 예제에서 package.json 블록 제거

  • experimental 기능 import 시 fallback 패턴 적용하도록 변경

    import { unstable_Activity, Activity as ActivityStable } from 'react'; 
    
    let Activity = ActivityStable ?? unstable_Activity;
  • 영어 문서와 동일한 방식으로 통일

AS-IS TO-BE
image image

필수 확인 사항

선택 확인 사항

  • 번역 초안 작성Draft Translation
  • 리뷰 반영Resolve Reviews

refs #1339

Copy link

vercel bot commented Oct 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
ko-react-dev Building Building Preview Comment Oct 15, 2025 7:33am
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview Oct 15, 2025 7:33am

Copy link
Member

@hg-pyun hg-pyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요건 근본적으로 기존 문서를 빠르게 따라잡아야겠군요. 일단 이렇게 패치하는 것에는 동의합니다.

https://github.com/reactjs/react.dev/blob/main/src/content/reference/react/Activity.md?plain=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants