Skip to content

Commit

Permalink
Capitalize React Context
Browse files Browse the repository at this point in the history
  • Loading branch information
wgao19 authored Jul 11, 2019
1 parent e21f806 commit 7108d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/ReactRedux.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ In general, try to find a balance between understandable data flow and areas of

**Similarities**

Both Redux and React's context API deal with "prop drilling". That said, they both allow you to pass data without having to pass the props through multiple layers of components. Internally, Redux _uses_ the React context API that allows it to pass the store along your component tree.
Both Redux and React's Context API deal with "prop drilling". That said, they both allow you to pass data without having to pass the props through multiple layers of components. Internally, Redux _uses_ the React context API that allows it to pass the store along your component tree.

**Differences**

Expand Down

0 comments on commit 7108d41

Please sign in to comment.