-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathnav.yml
153 lines (153 loc) · 4.04 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
- title: Installation
items:
- id: getting-started
title: Getting Started
- id: add-react-to-a-website
title: Add React to a Website
- id: create-a-new-react-app
title: Create a New React App
- id: cdn-links
title: CDN Links
- title: Concetti Chiave
isOrdered: true
items:
- id: hello-world
title: Hello World
- id: introducing-jsx
title: Introduzione a JSX
- id: rendering-elements
title: Renderizzare Elementi
- id: components-and-props
title: Componenti e Props
- id: state-and-lifecycle
title: State e Lifecycle
- id: handling-events
title: Gestione degli Eventi
- id: conditional-rendering
title: Renderizzazione Condizionale
- id: lists-and-keys
title: Lists and Keys
- id: forms
title: Forms
- id: lifting-state-up
title: Lifting State Up
- id: composition-vs-inheritance
title: Composition vs Inheritance
- id: thinking-in-react
title: Pensare in React
- title: Advanced Guides
items:
- id: accessibility
title: Accessibility
- id: code-splitting
title: Code-Splitting
- id: context
title: Context
- id: error-boundaries
title: Error Boundaries
- id: forwarding-refs
title: Forwarding Refs
- id: fragments
title: Fragments
- id: higher-order-components
title: Higher-Order Components
- id: integrating-with-other-libraries
title: Integrating with Other Libraries
- id: jsx-in-depth
title: JSX In Depth
- id: optimizing-performance
title: Optimizing Performance
- id: portals
title: Portals
- id: react-without-es6
title: React Without ES6
- id: react-without-jsx
title: React Without JSX
- id: reconciliation
title: Reconciliation
- id: refs-and-the-dom
title: Refs and the DOM
- id: render-props
title: Render Props
- id: static-type-checking
title: Static Type Checking
- id: strict-mode
title: Strict Mode
- id: typechecking-with-proptypes
title: Typechecking With PropTypes
- id: uncontrolled-components
title: Uncontrolled Components
- id: web-components
title: Web Components
- title: API Reference
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: shallow-renderer
title: Shallow Renderer
- id: test-renderer
title: Test Renderer
- id: javascript-environment-requirements
title: JS Environment Requirements
- id: glossary
title: Glossary
- title: Hooks (New)
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: 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