Hacker News new | ask | show | jobs
by vatotemking 2656 days ago
Angular and React is not what competes with jQuery. Its VueJS. Why? Because unlike React and Angular, you can use Vue in small dosages, ala jQuery. You dont need to write the entire HTML part as JS or JSX. Just insert Vue in parts you want to make "dynamic".

My current setup is to use Vue for interactivity and frontend axios for ajax. Works pretty well. No compiling/transpiling needed.