DEV Community

Discussion on: Declarative Programming & React

Collapse
 
peterwd1 profile image
Peter • Edited

React provides a declarative API so that you don’t have to worry about exactly what changes on every update.

Thank you. I now understand how reconciliation, VDOM, and state all that support declarative API :)

Collapse
 
itsjzt profile image
Saurabh Sharma

πŸ‘