-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathnav.yml
176 lines (176 loc) · 4.92 KB
/
nav.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
- title: Telepítés
items:
- id: getting-started
title: Kezdés
- id: add-react-to-a-website
title: React hozzáadása egy weblaphoz
- id: create-a-new-react-app
title: Új React alkalmazás készítése
- id: cdn-links
title: CDN linkek
- id: release-channels
title: Kiadási csatornák
- title: Főbb fogalmak
isOrdered: true
items:
- id: hello-world
title: Helló, világ!
- id: introducing-jsx
title: JSX bemutatása
- id: rendering-elements
title: Elemek renderelése
- id: components-and-props
title: Komponensek és prop-ok
- id: state-and-lifecycle
title: Állapot és életciklus
- id: handling-events
title: Események kezelése
- id: conditional-rendering
title: Feltételes renderelés
- id: lists-and-keys
title: Listák és kulcsok
- id: forms
title: Űrlapok
- id: lifting-state-up
title: Állapot felemelése
- id: composition-vs-inheritance
title: Kompozíció és öröklődés
- id: thinking-in-react
title: Gondolkodj Reactben
- title: Haladó útmutatók
items:
- id: accessibility
title: Akadálymentesítés
- id: code-splitting
title: Kód-hasítás
- id: context
title: Kontextus
- id: error-boundaries
title: Hibahatárok
- id: forwarding-refs
title: Refek továbbítása
- id: fragments
title: Töredékek
- id: higher-order-components
title: Felsőbb rendű komponensek
- id: integrating-with-other-libraries
title: Integrálás más könyvtárakkal
- id: jsx-in-depth
title: JSX-ről mélyebben
- id: optimizing-performance
title: A teljesítmény optimalizálása
- id: portals
title: Portálok
- id: profiler
title: Futás-elemző
- id: react-without-es6
title: React ES6 nélkül
- id: react-without-jsx
title: React JSX nélkül
- id: reconciliation
title: Egyeztetés
- id: refs-and-the-dom
title: Ref-ek és a DOM
- id: render-props
title: Render prop-ok
- id: static-type-checking
title: Statikus típusellenőrzés
- id: strict-mode
title: Szigorú mód
- id: typechecking-with-proptypes
title: Típusellenőrzés PropTypes-val
- id: uncontrolled-components
title: Kontrollálatlan komponensek
- id: web-components
title: Web komponensek
- title: API Referencia
items:
- id: react-api
title: React
subitems:
- id: react-component
title: React.Component
- id: react-dom
title: ReactDOM
- id: react-dom-server
title: ReactDOMServer
- id: dom-elements
title: DOM elemek
- id: events
title: SyntheticEvent
- id: test-utils
title: Tesztelői segédprogramok
- id: test-renderer
title: Tesztrenderelő
- id: javascript-environment-requirements
title: JS környezeti követelmények
- id: glossary
title: Szójegyzék
- title: Horgok
isOrdered: true
items:
- id: hooks-intro
title: Horgok bemutatása
- id: hooks-overview
title: Horgok egy pillantásra
- id: hooks-state
title: Állapot horog használata
- id: hooks-effect
title: Hatás horog használata
- id: hooks-rules
title: Horgok szabályai
- id: hooks-custom
title: Készítsd el a saját horgod
- id: hooks-reference
title: Horog API referencia
- id: hooks-faq
title: Horgok GY.I.K.
- title: Tesztelés
items:
- id: testing
title: Tesztelés áttekintés
- id: testing-recipes
title: Tesztelői receptek
- id: testing-environments
title: Tesztelői környezetek
- title: Konkurens mód (kísérleti fázis)
isOrdered: true
items:
- id: concurrent-mode-intro
title: Konkurens mód bemutatása
- id: concurrent-mode-suspense
title: Suspense adatlehíváshoz
- id: concurrent-mode-patterns
title: Konkurens UI minták
- id: concurrent-mode-adoption
title: Konkurens mód adoptálása
- id: concurrent-mode-reference
title: Konkurens mód API referencia
- title: Közreműködés
items:
- id: how-to-contribute
title: Hogyan segíthetsz
- id: codebase-overview
title: Kódbázis áttekintés
- id: implementation-notes
title: Implementáció megjegyzések
- id: design-principles
title: Tervezési elvek
- title: GY.I.K
items:
- id: faq-ajax
title: AJAX és API-k
- id: faq-build
title: Babel, JSX, és kompiláló lépések
- id: faq-functions
title: Függvények küldése komponenseknek
- id: faq-state
title: Komponens állapot
- id: faq-styling
title: Stílusozás és CSS
- id: faq-structure
title: Fájlstruktúra
- id: faq-versioning
title: Verziószabályok
- id: faq-internals
title: Virtuális DOM és belső jellemzők