|
@@ -13,6 +13,22 @@
|
|
|
- [Event handlers](concepts/event_handlers.md)
|
|
|
- [User Input and Controlled Components](concepts/errorhandling.md)
|
|
|
- [Lifecycle, updates, and effects](concepts/lifecycles.md)
|
|
|
+
|
|
|
+<!-- Responding to Events
|
|
|
+State: A Component's Memory
|
|
|
+Render and Commit
|
|
|
+State as a Snapshot
|
|
|
+Queueing a Series of State Updates
|
|
|
+Updating Objects in State
|
|
|
+Updating Arrays in State -->
|
|
|
+
|
|
|
+<!-- Reacting to Input with State
|
|
|
+Choosing the State Structure
|
|
|
+Sharing State Between Components
|
|
|
+Preserving and Resetting State
|
|
|
+Extracting State Logic into a Reducer
|
|
|
+Passing Data Deeply with Context
|
|
|
+Scaling Up with Reducer and Context -->
|
|
|
- [Managing State](concepts/managing_state.md)
|
|
|
- [Hooks and Internal State](concepts/hooks.md)
|
|
|
- [Global State](concepts/sharedstate.md)
|