You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/faq-versioning.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ React는 [유의적 버전 (semver)](https://semver.org/) 원칙을 따릅니다
18
18
19
19
부 버전을 변경시킨 배포가 가장 보편적인 배포 형태입니다.
20
20
21
+
해당 버전 정책은 Next 또는 Experimental 채널의 prerelease 빌드에는 적용되지 않습니다. [prerelease에 대해 여기서 알아보세요.](docs/release-channels.html)
22
+
21
23
### 호환성이 유지되지 않는 변경 {#breaking-changes}
22
24
23
25
호환성이 유지되지 않는 변경은 모든 사람에게 불편할 수 있습니다. 그래서 주 버전 배포는 최소화하도록 노력합니다. 예를 들어, React 15는 2016년 4월에 배포되었고 React 16은 2017년 9월에 배포되었습니다. 그리고 React 17은 2020년에 가능할 수도 있습니다.
0 commit comments