ko.react.dev icon indicating copy to clipboard operation
ko.react.dev copied to clipboard

New React Docs Translation Progress (Korean)

Open hg-pyun opened this issue 3 years ago • 330 comments
trafficstars

Maintainer List

  • @hg-pyun
  • @taehwanno
  • @simsim0709
  • @gnujoow
  • @b9words
  • @taggon
  • @MaxKim-J
  • @eomttt

For New Translators

스레드를 꼭 읽어주세요!

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below.
  2. Comment below with the name of the page you would like to translate. Take only one page at a time.
  3. Clone this repo, translate your page using with this checker, and submit a pull request!

Before contributing, read the glossary and this wiki page 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 any more, let the maintainers know so they can assign the page to someone else.

Please join in React Korea Discord #번역 channel if you are interested in the translation.

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.

Learn React

  • [x] Quick Start

    • [x] Tutorial: Tic Tac Toe
    • [x] Thinking in React
  • [x] Installation

    • [x] Start a New React Project
    • [x] Add React to an Existing Project
    • [x] Editor Setup
    • [x] React Developer Tools
  • [x] Describing the UI

    • [x] Your First Component
    • [x] Importing and Exporting Components
    • [x] Writing Markup with JSX
    • [x] JavaScript in JSX with Curly Braces
    • [x] Passing Props to a Component
    • [x] Conditional Rendering
    • [x] Rendering Lists
    • [x] Keeping Components Pure
  • [x] Adding Interactivity

    • [x] Responding to Events
    • [x] State: A Component's Memory
    • [x] Render and Commit
    • [x] State as a Snapshot
    • [x] Queueing a Series of State Updates
    • [x] Updating Objects in State
    • [x] Updating Arrays in State
  • [x] Managing State

    • [x] Reacting to Input with State
    • [x] Choosing the State Structure
    • [x] Sharing State Between Components
    • [x] Preserving and Resetting State
    • [x] Extracting State Logic into a Reducer
    • [x] Passing Data Deeply with Context
    • [x] Scaling Up with Reducer and Context
  • [x] Escape Hatches

    • [x] Referencing Values with Refs
    • [x] Manipulating the DOM with Refs
    • [x] Synchronizing with Effects
    • [x] You Might Not Need an Effect
    • [x] Lifecycle of Reactive Effects
    • [x] Separating Events from Effects
    • [x] Removing Effect Dependencies
    • [x] Reusing Logic with Custom Hooks

API Reference

  • [x] react: Hooks

    • [x] useCallback
    • [x] useContext
    • [x] useDebugValue
    • [x] useDeferredValue
    • [x] useEffect
    • [x] useId
    • [x] useImperativeHandle
    • [x] useInsertionEffect
    • [x] useLayoutEffect
    • [x] useMemo
    • [x] `useReducer
    • [x] useRef
    • [x] useState
    • [x] useSyncExternalStore
    • [x] useTransition
  • [x] react: Components

    • [x] <Fragment> (<>)
    • [x] <Profiler>
    • [x] <StrictMode>
    • [x] <Suspense>
  • [x] react: APIs

    • [x] createContext
    • [x] forwardRef
    • [x] lazy
    • [x] memo
    • [x] startTransition
  • [x] react-dom: Components

    • [x] Common (e.g. <div>)
    • [x] <input>
    • [x] <option>
    • [x] <progress>
    • [x] <select>
    • [x] <textarea>
  • [x] react-dom: APIs

    • [x] createPortal
    • [x] flushSync
    • [x] findDOMNode
    • [x] hydrate
    • [x] render
    • [x] unmountComponentAtNode
  • [x] react-dom/client: Client APIs

    • [x] createRoot
    • [x] hydrateRoot
  • [x] react-dom/server: Server APIs

    • [x] renderToNodeStream
    • [x] renderToPipeableStream
    • [x] renderToReadableStream
    • [x] renderToStaticMarkup
    • [x] renderToStaticNodeStream
    • [x] renderToString

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.

  • [x] Homepage (currently in HomeContent.js)
  • [x] Sidebars (currently in src/sidebar*.json)
  • [x] Top-level navigation (currently in TopNav.tsx)
  • [x] Shared Component Translation (e.g. YouWillLearn, Gotcha)

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:

  • [x] Legacy React APIs
    • [x] Children
    • [x] cloneElement
    • [x] Component
    • [x] createElement
    • [x] createFactory
    • [x] createRef
    • [x] isValidElement
    • [x] 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:

  • [x] Community
  • [x] Blog
    • [x] React Canaries: Enabling Incremental Feature Rollout Outside Meta
    • [x] React Labs: What We've Been Working On – March 2023
    • [x] Introducing react.dev
    • [x] React Labs: What We've Been Working On – June 2022
    • [x] React v18.0
    • [x] How to Upgrade to React 18
    • [x] React Conf 2021 Recap
    • [x] The Plan for React 18
    • [x] Introducing Zero-Bundle-Size React Server Components
  • [x] Warnings

Reference

  • https://github.com/reactjs/reactjs.org/issues/4135
  • #373

hg-pyun avatar Dec 01 '21 14:12 hg-pyun

제가 개시하겠습니다. :)

  • Installation

hapumee avatar Dec 06 '21 23:12 hapumee

@hapumee 감사합니다! 배정해드렸습니다

taehwanno avatar Dec 07 '21 00:12 taehwanno

Choosing the State Structure 해보겠습니다~

junsikshim avatar Dec 07 '21 01:12 junsikshim

안녕하세요! Adding Interactivity 작업해보겠습니다 :)

heejour avatar Dec 07 '21 01:12 heejour

안녕하세요 Queuing a Series of State Updates 작업해보겠습니다

hIkipooh avatar Dec 07 '21 01:12 hIkipooh

안녕하세요. Preserving and Resetting State, Extracting State Logic into a Reducer 작업해보겠습니다.

atobaum avatar Dec 07 '21 01:12 atobaum

Thinking in React 해보겠습니다

hyunjaesung avatar Dec 07 '21 01:12 hyunjaesung

안녕하세요. Render and Commit 해보겠습니다

kimsangyeon avatar Dec 07 '21 01:12 kimsangyeon

안녕하세요! Referencing Values with Refs, Manipulating the DOM with Refs 작업해보겠습니다~

dididy avatar Dec 07 '21 01:12 dididy

@heejour 'Adding Interactivity' 페이지는 아직 번역할 정도로 안정되지는 않은 상태라 다른 페이지 요청 부탁드릴게요! @junsikshim @hIkipooh @hyunjaesung @kimsangyeon @dididy 감사합니다. 배정되었습니다! @atobaum 한번에 하나의 페이지만 배정해드리고 있어서 'Preserving and Resetting Stat' 먼저 배정해드리겠습니다. PR 제출 후에 남아있는 페이지 재요청 부탁드릴게요!

taehwanno avatar Dec 07 '21 01:12 taehwanno

안녕하세요~ State as a Snapshot 해보겠습니다 : )

h2ck4u avatar Dec 07 '21 01:12 h2ck4u

안녕하세요. Your First Component 해보겠습니다 :)

h-yes-oo avatar Dec 07 '21 02:12 h-yes-oo

@h2ck4u @h-yes-oo 감사합니다. 배정해드렸습니다.

taehwanno avatar Dec 07 '21 02:12 taehwanno

안녕하세요 start a new react project 해보고 싶습니다

student513 avatar Dec 07 '21 02:12 student513

@student513 배정해드렸습니다 🙇

hg-pyun avatar Dec 07 '21 02:12 hg-pyun

React Developer Tools 작업해보겠습니다.

hg-pyun avatar Dec 07 '21 02:12 hg-pyun

감사합니다! State: A Component's Memory 작업해보겠습니다.

heejour avatar Dec 07 '21 02:12 heejour

@heejour 배정해드렸습니다 🙇

hg-pyun avatar Dec 07 '21 02:12 hg-pyun

Passing Props to a Component 작업하고 싶습니다

kmin-jeong avatar Dec 07 '21 02:12 kmin-jeong

안녕하세요. Managing State: Scaling Up with Reducer and Context 작업해보고 싶습니다 :)

cos22k avatar Dec 07 '21 02:12 cos22k

안녕하세요 :) Responding to Events 작업해보고 싶습니다~!

KKonzi avatar Dec 07 '21 02:12 KKonzi

안녕하세요! Extracting State Logic into a Reducer or Manipulating the DOM with Refs 이 부분 작업해보고 싶습니다 :)

jinsunee avatar Dec 07 '21 02:12 jinsunee

안녕하세요. Passing Data Deeply with Context 작업해보겠습니다~

Jincy7 avatar Dec 07 '21 02:12 Jincy7

안녕하세요! Sharing State Between Components 작업 희망합니다~

devSoyoung avatar Dec 07 '21 02:12 devSoyoung

안녕하세요! Keeping Components Pure 부분 작업 희망합니다.

BeomyeonAndrewKim avatar Dec 07 '21 03:12 BeomyeonAndrewKim

@kmin-jeong @cos22k @KKonzi @Jincy7 @devSoyoung @BeomyeonAndrewKim 감사합니다. 배정해드렸습니다. @jinsunee 한번에 하나의 페이지만 배정하고 있어서 'Extracting State Logic into a Reducer' 배정해드렸습니다. PR 제출 후에 번역되지 않은 페이지가 있다면 재요청 부탁드릴게요! 감사합니다.

taehwanno avatar Dec 07 '21 03:12 taehwanno

Manipulating the DOM with Refs 번역할 수 있을까요?

ellemedit avatar Dec 07 '21 03:12 ellemedit

@Beingbook 감사합니다. 배정해드렸습니다.

taehwanno avatar Dec 07 '21 03:12 taehwanno

Reacting to Input with State 번역해볼 수 있을까요? 감사합니다 :)

woojenoh avatar Dec 07 '21 03:12 woojenoh

Editor Setup 작업 희망합니다

bugoverdose avatar Dec 07 '21 03:12 bugoverdose