React (software): Difference between revisions

Content deleted Content added
Removed content that make the article look like an advertisement
Tag: references removed
Line 33:
=== One-way data flow ===
 
Properties, a set of immutable values, are passed to a component's renderer as properties in its HTML tag. A component cannot directly modify any properties passed to it, but can be passed callback functions that do modify values. This mechanism's promise is expressed as "properties flow down; actions flow upups".
 
=== Virtual DOM ===