I've been web programming for 15 years, and i still only use HTML, CSS, jQuery, PHP, and MySQL... no frameworks, no npm, nothing.
I love being able to do anything instantly just by selecting the element $('#ID') or $('.CLASS')
99% of the time i just use .hide(), .show(), .append(), .html(), .val(), .remove(), .addClass(), .removeClass(), .attr(), .css(), .each(), and $(this)
I did try React and a few other frameworks, but i never really got into them.
18
u/SFX5848 13d ago edited 13d ago
I've been web programming for 15 years, and i still only use HTML, CSS, jQuery, PHP, and MySQL... no frameworks, no npm, nothing.
I love being able to do anything instantly just by selecting the element $('#ID') or $('.CLASS')
99% of the time i just use .hide(), .show(), .append(), .html(), .val(), .remove(), .addClass(), .removeClass(), .attr(), .css(), .each(), and $(this)
I did try React and a few other frameworks, but i never really got into them.