Skip to content

Commit eef56ff

Browse files
colinmorrisalexkrolick
authored andcommitted
Add a relevant FAQ link in "Thinking In React" (#2170)
1 parent d00058b commit eef56ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/thinking-in-react.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Refer to the [React docs](/docs/) if you need help executing this step.
7676

7777
### A Brief Interlude: Props vs State {#a-brief-interlude-props-vs-state}
7878

79-
There are two types of "model" data in React: props and state. It's important to understand the distinction between the two; skim [the official React docs](/docs/interactivity-and-dynamic-uis.html) if you aren't sure what the difference is.
79+
There are two types of "model" data in React: props and state. It's important to understand the distinction between the two; skim [the official React docs](/docs/state-and-lifecycle.html) if you aren't sure what the difference is. See also [FAQ: What is the difference between state and props?](/docs/faq-state.html#what-is-the-difference-between-state-and-props)
8080

8181
## Step 3: Identify The Minimal (but complete) Representation Of UI State {#step-3-identify-the-minimal-but-complete-representation-of-ui-state}
8282

0 commit comments

Comments
 (0)