Browse Source

Fix typo

main
Dan Abramov 3 years ago
committed by GitHub
parent
commit
b761b81322
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/pages/learn/managing-state.md

2
beta/src/pages/learn/managing-state.md

@ -12,7 +12,7 @@ As your application grows, it helps to be more intentional about how your state
* [How to think about UI changes as state changes](/learn/reacting-to-input-with-state)
* [How to structure state well](/learn/choosing-the-state-structure)
* [How "lift state up" to share it between components](/learn/sharing-state-between-components)
* [How to "lift state up" to share it between components](/learn/sharing-state-between-components)
* [How to control whether the state gets preserved or reset](/learn/preserving-and-resetting-state)
* [How to consolidate complex state logic in a function](/learn/extracting-state-logic-into-a-reducer)
* [How to pass information without "prop drilling"](/learn/passing-data-deeply-with-context)

Loading…
Cancel
Save