DEV Community

Cover image for Truly Understanding React {TUR} - Ep4
Paul C. Ishaili
Paul C. Ishaili

Posted on • Updated on

Truly Understanding React {TUR} - Ep4

Adrain from JavaScript Mastery sent a mail which I should share with us too, incase you may have HAD similar question in mind to be answered; if so, don't worry, it may have been answered here.

Hello Paul,

One day, while going through your lovely comments on the YouTube videos, one question stood out:

β€œCould you give me one reason to use React over plain HTML & JS besides its speed and performance?”

_ ... some words you would not want to read ..._

React improves code management and the ease of development. Moreover, plain projects start with UI on the server, while in React, everything is dynamically rendered on a single HTML page. React’s main feature is updating UI through state & managing the data with JS variables β€” and not in DOM, making it much more performant for large-scale projects. πŸ™ƒ

I hope this will help you in your future development journey!

Top comments (0)