Content deleted Content added
Medbouya88 (talk | contribs) m The function name in the paragraph is not the same as in the code block. |
Thomas Meng (talk | contribs) →Declarative: in contrast with imperative programming |
||
Line 52:
===Declarative===
React adheres to the [[declarative programming]] paradigm. Developers design views for each state of an application, and React updates and renders components when data changes. This is in contrast with [[imperative programming]].
===Components===
|