Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Update 07 - Imperative Bridge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd authored and jimfb committed Mar 4, 2015
1 parent 02bb983 commit d335256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01 - Core/07 - Imperative Bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Renderer } from "react-dom";
// that are top level. This magically turns props into state instead of being
// modeled outside the component. This undermines the integrity of props
// in a component tree. Instead, we want to add a wrapper that saves these
// values as it's own internal state. You can imperatively update the
// values as its own internal state. You can imperatively update the
// props using setters on the renderer instances. These gets flushed down to
// the underlying component class.

Expand Down

0 comments on commit d335256

Please sign in to comment.