New Ukrainian Translation Progress

未關閉
#457 104 則留言 10 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 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:

  1. 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!
  2. Comment below with the name of the page you would like to translate.
  3. 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
  • 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@19 Overview

  • 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) useOptimistic page requires a new translation because of revamp (#656)
    • 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>
  • react-dom@19: APIs

    • createPortal (@GeorgeShvab) (#468)
    • flushSync
    • findDOMNode
    • hydrate (@GeorgeShvab) (#503)
    • preconnect
    • prefetchDNS
    • preinit
    • preinitModule
    • preload
    • preloadModule
    • render
    • unmountComponentAtNode
  • react-dom@19/client: Client APIs

    • createRoot
    • hydrateRoot
  • react-dom@19/server: Server APIs

    • renderToNodeStream
    • 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

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

reactjs/uk.react.dev 的其他 Issue

查看 reactjs/uk.react.dev 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。