IMIkechukwu madubuezeinopenreplay.hashnode.dev·Mar 9, 2023 · 13 min readUnderstanding React hooksby Solisoma Madubueze React is one of, if not the most well-liked JavaScript frameworks. An attribute called Hooks is part of React. Due to their complexity, React hooks might be confusing for beginners, who thus become stuck when they encounter them...00
IMIkechukwu madubuezeinsolisoma.hashnode.dev·Aug 11, 2022 · 4 min readBun: The JavaScript runtime that competes with Node.js and DenoWhat exactly is a JavaScript engine? JavaScript was designed to run only in browsers, initially Netscape Navigator. However, developers need tools that could read JavaScript code and convert it into computer-readable code. The JavaScript engine is th...00
IMIkechukwu madubuezeinsolisoma.hashnode.dev·Jul 11, 2022 · 6 min readBrowser vs. server trash collection in JavaScriptWe've all heard how crucial garbage collection (GC) is in modern application development. Depending on your programming language, such as C, you may be doing this on your own. In some languages, it is so buried that many developers have no idea how i...00