This repository was archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnav.yml
More file actions
176 lines (176 loc) · 4.69 KB
/
nav.yml
File metadata and controls
176 lines (176 loc) · 4.69 KB
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: Instalacija
items:
- id: getting-started
title: Prvi koraci
- id: add-react-to-a-website
title: Dodavanje React-a
- id: create-a-new-react-app
title: Nova React aplikacija
- id: cdn-links
title: CDN linkovi
- id: release-channels
title: Release Channels
- title: Glavni koncepti
isOrdered: true
items:
- id: hello-world
title: Zdravo, svete
- id: introducing-jsx
title: Upoznavanje JSX
- id: rendering-elements
title: Prikazivanje elemenata
- id: components-and-props
title: Komponente i svojstva
- id: state-and-lifecycle
title: Stanje i životni vek
- id: handling-events
title: Rukovanje događajima
- id: conditional-rendering
title: Uslovno prikazivanje
- id: lists-and-keys
title: Liste i ključevi
- id: forms
title: Forme
- id: lifting-state-up
title: Uzdizanje stanja naviše
- id: composition-vs-inheritance
title: Kompozicija vs nasleđivanje
- id: thinking-in-react
title: Razmišljanje u React-u
- title: Napredni vodiči
items:
- id: accessibility
title: Pristupačnost
- id: code-splitting
title: Razdvanjanje koda
- id: context
title: Kontekst
- id: error-boundaries
title: Granice grešaka
- id: forwarding-refs
title: Prosleđivanje Ref-ova
- id: fragments
title: Fragmenti
- id: higher-order-components
title: Komponente višeg reda
- id: integrating-with-other-libraries
title: Integracija sa drugim bibliotekama
- id: jsx-in-depth
title: Napredni JSX
- id: optimizing-performance
title: Optimizacija performansi
- id: portals
title: Portali
- id: profiler
title: Profiler
- id: react-without-es6
title: React bez ES6
- id: react-without-jsx
title: React bez JSX
- id: reconciliation
title: Reconciliation
- id: refs-and-the-dom
title: Ref-ovi i DOM
- id: render-props
title: Render Props
- id: static-type-checking
title: Statička tipizacija
- id: strict-mode
title: Striktni režim
- id: typechecking-with-proptypes
title: Tipizacija sa PropTypes
- id: uncontrolled-components
title: Nekontrolisane komponente
- id: web-components
title: Veb komponente
- title: API priručnik
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 Elements
- id: events
title: SyntheticEvent
- id: test-utils
title: Test Utilities
- id: test-renderer
title: Test Renderer
- id: javascript-environment-requirements
title: JS Environment Requirements
- id: glossary
title: Glossary
- title: Hooks
isOrdered: true
items:
- id: hooks-intro
title: Introducing Hooks
- id: hooks-overview
title: Hooks at a Glance
- id: hooks-state
title: Using the State Hook
- id: hooks-effect
title: Using the Effect Hook
- id: hooks-rules
title: Rules of Hooks
- id: hooks-custom
title: Building Your Own Hooks
- id: hooks-reference
title: Hooks API Reference
- id: hooks-faq
title: Hooks FAQ
- title: Testing
items:
- id: testing
title: Testing Overview
- id: testing-recipes
title: Testing Recipes
- id: testing-environments
title: Testing Environments
- title: Concurrent Mode (Experimental)
isOrdered: true
items:
- id: concurrent-mode-intro
title: Introducing Concurrent Mode
- id: concurrent-mode-suspense
title: Suspense for Data Fetching
- id: concurrent-mode-patterns
title: Concurrent UI Patterns
- id: concurrent-mode-adoption
title: Adopting Concurrent Mode
- id: concurrent-mode-reference
title: Concurrent Mode API Reference
- title: Contributing
items:
- id: how-to-contribute
title: How to Contribute
- id: codebase-overview
title: Codebase Overview
- id: implementation-notes
title: Implementation Notes
- id: design-principles
title: Design Principles
- title: FAQ
items:
- id: faq-ajax
title: AJAX and APIs
- id: faq-build
title: Babel, JSX, and Build Steps
- id: faq-functions
title: Passing Functions to Components
- id: faq-state
title: Component State
- id: faq-styling
title: Styling and CSS
- id: faq-structure
title: File Structure
- id: faq-versioning
title: Versioning Policy
- id: faq-internals
title: Virtual DOM and Internals