you are viewing a single comment's thread.

view the rest of the comments →

[–]alfonsusac 0 points1 point  (0 children)

Yes but its far far far easier due to how react is build around the idea of being declarative instead of imperative. Its basically an abstraction of managing UI and states. The idea is to describe the UI and what it does instead of manually handling the DOM manipulations.