DEV Community

Discussion on: Reasons why React is better than jQuery

Collapse
 
ryan_dunton profile image
Ryan Dunton

A few years ago I had to make a quiz web app using jquery and we had to remove all children DOM elements then recreate them whenever the content changed for XSS reasons. That is when I realized React was much easier than jQuery for state management