New Ukrainian Translation Progress
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 45/100
- Issue 类型
- 文档
- 描述清晰度
- 基本清楚
- 活跃度
- 冷清
- 技术栈
- react
调研方向
Read TRANSLATION.md first, then inspect this issue's checklist and comments for an unclaimed leaf page. Translate one available page according to the glossary and style guide, and submit a pull request linked to the relevant checklist entry; completion is a reviewed translation merged into the Ukrainian documentation.
由索引模型根据 Issue 内容生成。
描述
Maintainer List
This list of maintainers and active translators was updated on 2025/12/15. uk.react.dev is looking for a maintainer to help review, translate and maintain the documentation!
@vldmrkl@ithompson4@oleksii-polovyi@bkatsevych- @alinkedd (Discord l10n community) ('Apologies for the delayed reviews. I’m doing reviews completely asynchronously and sporadically at the moment.')
For New Translators
To translate a page:
- Check that no one else has claimed your page in the checklist and comments below. AND PLEASE, TAKE A PAGE WHICH IS LOWER IN HIERARCHY, NOT AN INDEX OR INTRO ONE--THESE DEPEND ON INNER PAGES!
- Comment below with the name of the page you would like to translate.
- Fork and clone this repo, translate your page, and submit a pull request back here!
Please take only one page at a time.
Before contributing, read the glossary and style guide to understand how to translate various technical and React-specific terms.
Please be prompt with your translations! If you find that you can't commit anymore, let the maintainers know so they can assign the page to someone else.
For Maintainers
When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:
- Quick Start (@tesseralis) #12345
When PRs are merged, make sure to mark that page as completed!
Main Content
To do before releasing as an "official" translation. Please translate these pages first.
Note that each section has an index page, which needs to be translated too.
(This list of topics was updated on 2025/10/17)
Learn React
-
Quick Start (@stanislavcodes) #466
- Tutorial: Tic Tac Toe (partially @BlindKai, help is needed to finish) #532
- Thinking in React
-
Installation (@alinkedd) #500
Start a New React Project (@undead404) #547- Creating a React App (mainly a copy from Start a New React Project; @alinkedd) #591
Building a React Framework (@alinkedd) #591- Build a React app from Scratch (partially a copy from Building a React Framework; @alinkedd) #593
- Add React to an Existing Project (@bwv847) #459
-
Setup (@alinkedd) #591
- Editor Setup (@undead404) #548
- Using TypeScript (@alinkedd) #507
- React Developer Tools (@alinkedd) #498
-
React Compiler - DO NOT TRANSLATE UNTIL SUBPAGES ARE TRANSLATED!
- Introduction
- Installation
- Incremental Adoption
- Debugging and Troubleshooting
-
Describing the UI (@alinkedd) #513
- Your First Component (@litovskii-s) #458
- Importing and Exporting Components (@vadym-oliinyk) #464
- Writing Markup with JSX (@ltlaitoff) #485
- JavaScript in JSX with Curly Braces (@ltlaitoff) #487
- Passing Props to a Component (@ltlaitoff) #495
- Conditional Rendering (@ltlaitoff) #497
- Rendering Lists (@alinkedd) #511
- Keeping Components Pure
- Your UI as a Tree (@alinkedd) #512
-
Adding Interactivity (@MinichMykyta)
#539#595- Responding to Events (@alinkedd) #515
- State: A Component's Memory (@alinkedd)
#535#593 - Render and Commit (@kpripper) #534
- State as a Snapshot (@undead404) #549
- Queueing a Series of State Updates (@undead404) #552
- Updating Objects in State (@Stanislav-prog) #631
- Updating Arrays in State (@astropsy999) #553
-
Managing State (@tpostolyuk) #588 - waiting for subpages to be translated
- Reacting to Input with State (@undead404)
#555#581 - Choosing the State Structure (@undead404)
#557#582 - Sharing State Between Components (@Dmytrii248) #594
- Preserving and Resetting State (@Dmytrii248) #627
- Extracting State Logic into a Reducer (@dolgachio)
- Passing Data Deeply with Context
- Scaling Up with Reducer and Context (@astropsy999) #561
- Reacting to Input with State (@undead404)
-
Escape Hatches - DO NOT TRANSLATE UNTIL SUBPAGES ARE TRANSLATED!
- Referencing Values with Refs
- Manipulating the DOM with Refs
- Synchronizing with Effects
- You Might Not Need an Effect
- Lifecycle of Reactive Effects
- Separating Events from Effects
- Removing Effect Dependencies
- Reusing Logic with Custom Hooks
API Reference
-
react@19Overview -
react@19: Hooks (@pavlosambur) #598-
useActionState(useFormState) (@mokhovyk) -
useCallback(@mokhovyk) #634 -
useContext(@astropsy999) #560 -
useDebugValue(@tysiachnyi) #635 -
useDeferredValue -
useEffect(@Andrii256) #641 -
useEffectEvent(@Andrii256) #642 -
useId(@LeoMorgan113) #633 -
useImperativeHandle(@MaksymMohyla) #592 -
useInsertionEffect -
useLayoutEffect -
useMemo -
useOptimistic- (prev version - @TanuhaUA #637)
useOptimisticpage requires a new translation because of revamp (#656)
- (prev version - @TanuhaUA #637)
-
useReducer -
useRef -
useState(@pavlosambur) #601 -
useSyncExternalStore -
useTransition
-
-
react@19: Components-
<Fragment> (<>)(needs additional translations!) (@syavik2001) (#460) -
<Profiler>(@GeorgeShvab) (#564) -
<StrictMode> -
<Suspense>(@GeorgeShvab) #556 -
<Activity>(@Grenvals) -
<ViewTransition>(canary)
-
-
react@19: APIs-
act -
addTransitionType(canary) -
cache -
captureOwnerStack -
createContext -
lazy -
memo -
startTransition -
use - experimental
experimental_taintObjectReference - experimental
experimental_taintUniqueValue
-
-
react-dom@19: Hooks-
useFormStatus
-
-
react-dom@19: Components- Common (e.g.
<div>) -
<form> -
<input> -
<option> -
<progress> -
<select> -
<textarea> -
<link> -
<meta> -
<script> -
<style> -
<title>
- Common (e.g.
-
react-dom@19: APIs-
createPortal(@GeorgeShvab) (#468) -
flushSync findDOMNodehydrate(@GeorgeShvab) (#503)-
preconnect -
prefetchDNS -
preinit -
preinitModule -
preload -
preloadModule renderunmountComponentAtNode
-
-
react-dom@19/client: Client APIs-
createRoot -
hydrateRoot
-
-
react-dom@19/server: Server APIsrenderToNodeStream-
renderToPipeableStream -
renderToReadableStream -
renderToStaticMarkup renderToStaticNodeStream-
renderToString -
resume -
resumeToPipeableStream
-
react-dom@19/server: Static APIs-
prerender -
prerenderToNodeStream -
resumeAndPrerender -
resumeAndPrerenderToNodeStream
-
Navigation and UI
We suggest to leave most of the UI translation until the end. We plan to do some invasive changes to the website folder layout and components, so postponing this until your translation is almost complete would make it easier to merge the changes from our side later. It might make sense to translate the homepage above the fold early, but leave the rest for later. As individual pages get translated, you can change the page titles in the corresponding sidebar files. Finally, when you're translating the navigation, make sure to test both desktop and mobile layouts.
- Homepage (currently in
HomeContent.js) (@alinkedd) #596, #602 - Sidebars (currently in
src/sidebar*.json) (@undead404) #551 + every next article should be shipped with its title changed in the sidebar and/or footer; #596 - in progress - Top-level navigation (currently in
TopNav.tsx) (@alinkedd) #596 - Other UI
#562(@alinkedd) #596 #609 #610
When You're Ready...
After everything above is translated, add your language to deployedLanguages in Seo.tsx of the original reactjs/react.dev repository.
Secondary Content
These API pages should ideally be translated too, but they're less urgent and can be done after the others:
React Compiler
- Configuration
-
compilationMode -
gating -
logger -
panicThreshold -
target
-
- Directives
-
'use memo' -
'use no memo'
-
- Compiling Libraries
React Dev Tools
- React Performance tracks
Lints
- Lints (eslint-plugin-react-hooks)
- exhaustive-deps
- rules-of-hooks
- component-hook-factories
- config
- error-boundaries
- gating
- globals
- immutability
- incompatible-library
- preserve-manual-memoization
- purity
- refs
- set-state-in-effect
- set-state-in-render
- static-components
- unsupported-syntax
- use-memo
Rules of React
- Rules of React
- Components and Hooks must be pure
- React calls Components and Hooks
- Rules of Hooks
React Server Components
- Server Components
- Server Functions
- Directives
-
'use client' -
'use server'
-
Legacy APIs
- Legacy React APIs
-
Children -
cloneElement -
Component -
createElement createFactory-
createRef -
forwardRef(@GeorgeShvab) (#473) -
isValidElement -
PureComponent
-
Optional Content
These aren't the main translation targets, but if you'd like to do them, feel free to expand the list to include their subpages:
- Versions (@alinkedd) #610
- Community
- ...
- Translations (@alinkedd) #597
- Blog (intro) (@alinkedd) #610
- articles
- Banner (@alinkedd) #607
- Warnings
- 主要语言
- JavaScript
- 星标
- 151
- 派生
- 126
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
reactjs/uk.react.dev 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 30/100
reactjs/uk.react.dev#606 · 1 条评论 ·
-
难度 5/5 一周以上 新手友好度 25/100
reactjs/uk.react.dev#603 ·
-
难度 3/5 1-2 天 新手友好度 38/100
reactjs/uk.react.dev#600 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 35/100
reactjs/uk.react.dev#584 ·
-
难度 3/5 1-2 天 新手友好度 35/100
reactjs/uk.react.dev#567 · 6 条评论 ·
查看 reactjs/uk.react.dev 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 76/100
avniproject/avni-client#2135 ·
-
automated broken-link
难度 1/5 1 小时以内 新手友好度 85/100
-
agent/security hive/hosted-available-lke648397-260827-5n31 security
难度 2/5 1-3 小时 新手友好度 84/100
-
enhancement
难度 2/5 1-3 小时 新手友好度 70/100
babalae/bettergi-scripts-list#3674 ·
-
A-Release-Notes C-Editing D-Modest S-Ready-For-Implementation
难度 2/5 1-3 小时 新手友好度 72/100
bevyengine/bevy-website#2595 ·