MNMaanav Nairinmaanav.hashnode.dev·Aug 19, 2023 · 6 min readThe useState HookIntroduction In the realm of modern web development, creating dynamic and interactive UI is a challenge. React js has revolutionized this landscape with it's component based architecture. React provides us with a lot of tools to help build a dynamic ...00
MNMaanav Nairinmaanav.hashnode.dev·Jul 8, 2023 · 4 min readAn Introduction to ReactWhat is React? React is a javascript library created by Jordan Walke, a software engineer at Facebook, in 2013. It is used for building user interfaces and web applications efficiently with significantly less code than you would with vanilla Javascri...00
MNMaanav Nairinmaanav.hashnode.dev·Jun 16, 2023 · 5 min readJavaScript DOMWhat does DOM mean? DOM stands for Document Object Model and it's basically a structured representation of our HTML document. We can use JavaScript to read and manipulate the DOM elements. Traversing the DOM is an integral part of JavaScript and help...03DUA