How is React JS is Declarative?
Feb 14, 2021 · 1 min read · Declarative in programming is : "Telling what to do" rather than "How to do it" Declarative in ReactJS is : "Telling React what your DOM should look like" and React will take care of it. Along with this you don't have to worry about how the other el...
Nnoface commented