What are the important things I need to learn in DOM Manipulation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

6th Apr 2020, 7:41 AM
Edmon Garcia
Edmon Garcia - avatar
4 Answers
+ 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) ^^
6th Apr 2020, 9:58 AM
visph
visph - avatar
+ 1
Refer to our "Styling for JS" Series : https://code.sololearn.com/WKKkpq0efxai/?ref=app
6th Apr 2020, 8:54 AM
Gordon
Gordon - avatar
0
Thank you
6th Apr 2020, 9:50 AM
Edmon Garcia
Edmon Garcia - avatar
0
Thank you Visph! I am taking of learning ReactJS😊
7th Apr 2020, 6:17 AM
Edmon Garcia
Edmon Garcia - avatar