Slide 14
Slide 14 text
What is Declarative?
Reactjs is declarative instead of being imperative,
Simple example to understand imperative is Google navigation
system, when we enter address, guide comes and let us know which
steps we have to make to reach from place a to b.
And declarative is that we have to reach from a to b, and it doesn’t
matter how many steps we take to reach from a to b, but at the same
time we know, how to move step by step.