|
| 1 | +## React |
| 2 | + |
| 3 | +| 용어 | 번역 | 논의 | |
| 4 | +| :---: | :---:| :---: | |
| 5 | +| Tutorial | 자습서 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 6 | +| Declarative | 선언적인 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 7 | +| Component | 컴포넌트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 8 | +| Stateful Component | 유상태 컴포넌트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 9 | +| Stateless Component | 무상태 컴포넌트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 10 | +| render | 렌더링하다 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 11 | +| data | 데이터 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 12 | +| Application | 애플리케이션 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 13 | +| External Plugins | 외부 플러그인 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 14 | +| Third Plugins | 서드파티 플러그인 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 15 | +| syntax | 문법 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 16 | +| Embedding Expressions | 표현식 포함하기 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 17 | +| Attributes | 어트리뷰트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 18 | +| Elements | 엘리먼트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 19 | +| Function / Functional Components | 함수 컴포넌트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 20 | +| Class Components | 클래스 컴포넌트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 21 | +| Composition | 합성 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 22 | +| Inheritance | 상속 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 23 | +| Lifecycle | 생명주기 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 24 | +| Handling Events | 이벤트 처리 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 25 | +| Conditional Rendering | 조건부 렌더링 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 26 | +| Operator | 연산자 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 27 | +| reuse | 재사용 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 28 | +| mock | 모의 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 29 | +| callback | 콜백 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 30 | +| synthetic event| 합성 이벤트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 31 | +| higher order component | 고차 컴포넌트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 32 | +| mount | 마운트 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 33 | +| unmount | 마운트 해제 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 34 | +| form | 폼 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 35 | +| wrapper | 래퍼 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 36 | +| children | 자식 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 37 | +| Code-Splitting | 코드 분할 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 38 | +| reconciliation | 재조정 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 39 | +| property | 프로퍼티 | [#2](https://github.com/reactjs/ko.reactjs.org/issues/2) | |
| 40 | +| reference | 레퍼런스 | [#569](https://github.com/reactjs/ko.react.dev/issues/569) | |
| 41 | +| API reference | API 레퍼런스 | [#569](https://github.com/reactjs/ko.react.dev/issues/569) | |
| 42 | +| user interfaces | 사용자 인터페이스 | [#569](https://github.com/reactjs/ko.react.dev/issues/569) | |
| 43 | +| markup | 마크업 | [#569](https://github.com/reactjs/ko.react.dev/issues/569) | |
| 44 | +| interactivity | 상호작용 | [#569](https://github.com/reactjs/ko.react.dev/issues/569) | |
| 45 | +| architecture | 아키텍처 | [#569](https://github.com/reactjs/ko.react.dev/issues/569) | |
| 46 | +| full-stack | 풀스택 | [#569](https://github.com/reactjs/ko.react.dev/issues/569) | |
| 47 | +| browser extension | 브라우저 확장 프로그램 | [#610](https://github.com/reactjs/ko.react.dev/issues/610) | |
| 48 | +| Escape Hatches | 탈출구 | [#738](https://github.com/reactjs/ko.react.dev/issues/738) |
| 49 | + |
| 50 | +## 일반 |
| 51 | + |
| 52 | +| 용어 | 번역 | 논의 | |
| 53 | +| :---: | :---: | :---: | |
| 54 | +| tip | 팁 | | |
| 55 | +| example | 예시 | | |
| 56 | +| chapter | 장 | | |
| 57 | +| spec, specifiation | 명세 | | |
| 58 | +| camelCase | 캐멀 케이스 | | |
| 59 | +| note | 주의 | | |
| 60 | +| parameter | 매개변수 | [#614](https://github.com/reactjs/ko.react.dev/issues/614) | |
| 61 | +| deprecated | 더 이상 사용되지 않습니다. | [#632](https://github.com/reactjs/ko.react.dev/issues/632) | |
| 62 | +| pitfall | 주의하세요! | [#632](https://github.com/reactjs/ko.react.dev/issues/632) | |
| 63 | +| note | 중요합니다! | [#632](https://github.com/reactjs/ko.react.dev/issues/632) | |
| 64 | +| wip | 개발중이에요 | [#632](https://github.com/reactjs/ko.react.dev/issues/632) | |
| 65 | +| Returns | 반환값 | 제목으로 사용된 경우 [#725](https://github.com/reactjs/ko.react.dev/issues/725) | |
| 66 | +| logic | 로직 | [#695](https://github.com/reactjs/ko.react.dev/issues/695) | |
| 67 | +| dependency | 의존성 | [#841](https://github.com/reactjs/ko.react.dev/issues/841) | |
| 68 | + |
| 69 | +## 번역하면 안되는 용어 |
| 70 | + |
| 71 | +> 번역하면 안되는 용어의 경우, 조사를 정하기 위해 **읽는 법** 항목이 필요 |
| 72 | +| 용어 | 읽는 법 | 논의 | |
| 73 | +| :-----: | :---: | :---: | |
| 74 | +| React | 리액트 | | |
| 75 | +| props | 프로퍼티즈. 단수형이라면 프로퍼티 | | |
| 76 | +| state | 스테이트 | | |
| 77 | +| dispatch | 디스패치 | | |
| 78 | +| context | 컨텍스트 | | |
| 79 | +| DOM | 돔 | | |
| 80 | +| ref | 레퍼런스 | | |
| 81 | +| fragments | 프래그먼츠. 단수형은 프래그먼트 | | |
| 82 | +| portal | 포탈 | | |
| 83 | +| class | 클래스 | | |
| 84 | +| Web(대문자로 된 Web의 경우 번역하지 않음)| 웹 | | |
| 85 | +| UI | 유아이 | | |
| 86 | +| Tick | 틱 | | |
| 87 | +| bundle | 번들 | | |
| 88 | +| bundler | 번들러 | [#829](https://github.com/reactjs/ko.react.dev/issues/829) | |
| 89 | +| package | 패키지 | | |
| 90 | +| Create React App | 크리에이트 리액트 앱 | |
0 commit comments