Content deleted Content added
→One-way data flow: Fixed typo Tags: canned edit summary Mobile app edit |
|||
Line 34:
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 as callback functions that
do modify values. This mechanism's promise is expressed as "properties flow down
For example, a shopping cart component might include multiple product line components. Rendering a product line uses only the
|