New Ukrainian Translation Progress
Ninguém assumiu esta issue ainda.
Avaliação
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Facilidade para iniciantes
- 45/100
- Tipo de issue
- Documentação
- Clareza
- Razoavelmente clara
- Status de atividade
- Pouca atividade
- Stack de tecnologia
- react
- Domínio
- documentation, localization
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Descrição
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
- Linguagem predominante
- JavaScript
- Estrelas
- 151
- Forks
- 126
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Mais de reactjs/uk.react.dev
-
Переклад custom і customize Aberta
Dificuldade 4/5 3-5 dias Facilidade para iniciantes 30/100
reactjs/uk.react.dev#606 · 1 comentário ·
-
Dificuldade 5/5 Mais de uma semana Facilidade para iniciantes 25/100
reactjs/uk.react.dev#603 ·
-
Dificuldade 3/5 1-2 dias Facilidade para iniciantes 38/100
reactjs/uk.react.dev#600 · 1 comentário ·
-
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 35/100
reactjs/uk.react.dev#584 ·
-
Dificuldade 3/5 1-2 dias Facilidade para iniciantes 35/100
reactjs/uk.react.dev#567 · 6 comentários ·
Todas as issues de reactjs/uk.react.dev
Issues semelhantes
-
bug
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 76/100
avniproject/avni-client#2135 ·
-
automated broken-link
Dificuldade 1/5 Menos de uma hora Facilidade para iniciantes 85/100
-
agent/security hive/hosted-available-lke648397-260827-5n31 security
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 84/100
-
enhancement
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 70/100
babalae/bettergi-scripts-list#3674 ·
-
A-Release-Notes C-Editing D-Modest S-Ready-For-Implementation
Dificuldade 2/5 1-3 horas Facilidade para iniciantes 72/100
bevyengine/bevy-website#2595 ·