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)