Skip to content

Commit

Permalink
Missed a spot of Flux
Browse files Browse the repository at this point in the history
Should be "built in Redux" rather than Flux
  • Loading branch information
zargold authored Sep 21, 2016
1 parent 6b5f1a6 commit 0f2504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Instead of providing readymade widgets, React DnD wraps your components and inje

### It embraces unidirectional data flow

React DnD fully embraces the declarative rendering paradigm of React and doesn't mutate the DOM. It is a great complement to Flux and other architectures with the unidirectional data flow. In fact it is built on Flux.
React DnD fully embraces the declarative rendering paradigm of React and doesn't mutate the DOM. It is a great complement to Redux and other architectures with the unidirectional data flow. In fact it is built on Redux.

### It hides the platform quirks

Expand Down

0 comments on commit 0f2504e

Please sign in to comment.