ASArchit Singhinarchitsingh.hashnode.dev·Jul 22, 2022 · 4 min readWhat is react fiber and how it works?Reconciler vs Fiber Reconciler Fiber Reconciler: It is based on the fiber (Releases version >= 16), and rewrite reacts. what is wrong with the old reconciler? It works on one go (synchronous) Based on the stack Had to wait until the stack is empt...00
ASArchit Singhinarchitsingh.hashnode.dev·May 13, 2022 · 3 min readWhat is closure and how does it work?If you are working on javascript so you have heard the word Closure.It is a concept in javascript which is important in many ways. I am writing this blog to help you, so you have clarity in your mind about how it works so, let's dive into it Prereq...00
ASArchit Singhinarchitsingh.hashnode.dev·May 11, 2022 · 4 min readHow does react work?As a developer we should know what react is doing behind the scenes. So, react is a javascript library to develop a user interface. How react able to work on so many things so easily, without affecting UI? What is react element and components? const...00