0
What are the important things I need to learn in DOM Manipulation
I'm having a hard time learning the DOM Because it too complex for me and I don't know which part of DOM Manipulation I should focus in order to use it in building website
4 Respuestas
+ 4
In order to build website, you're commonly not have to learn deeply (or even at all) DOM manipulation: web site are commonly build statically without js, and dynamically on server side (backend -- without the DOM API extension or even without js at all)...
Nowaday, from more to more website use frameworks to effectively build website (page or subpart of page) dynamically on client side (frontend) wich use under the hood DOM manipulations... but you'll better advised to learn one of them (react, angular, vue...) rather than diving yourself to recreate the wheel (until you really have desire or requirement to learn this field) ^^
+ 1
Refer to our "Styling for JS" Series :
https://code.sololearn.com/WKKkpq0efxai/?ref=app
0
Thank you
0
Thank you Visph! I am taking of learning ReactJS😊