Content deleted Content added
Thomas Meng (talk | contribs) →Declarative: in contrast with imperative programming |
Thomas Meng (talk | contribs) →Declarative: source |
||
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]].<ref name="schwarzmüller">{{cite web |last1=Schwarzmüller |first1=Max |title=React - The Complete Guide |url=https://www.oreilly.com/library/view/react-the/9781789132229/ |website=[[O'Reilly]] |publisher=[[Packt Publishing]] |access-date=19 February 2022}}</ref>
===Components===
|