ATAmit Thakurincodewaala.hashnode.dev·Jan 8, 2022 · 3 min readReconciliation and Virtual DOM in ReactWhat is React? It is a JavaScript library for building user interfaces, developed by Facebook. It's often referred to as a framework but it's a library only React is not enough to complete a project. Developers need extra tools like redux, react-rout...00
ATAmit Thakurincodewaala.hashnode.dev·Sep 8, 2021 · 4 min readHoisting ..........So what is Hoisting ? . A normal being like me , do google and get its meaning. accn to google - Some common synonyms of hoist are boost, elevate, heave, lift, raise, and rear. While all these words mean "to move from a lower to a higher place or...00
ATAmit Thakurincodewaala.hashnode.dev·Aug 31, 2021 · 2 min readCall , Apply , BindMethod Borrowing Method borrowing, also known as function borrowing, as its name tells, it is a way of using member function of one object to another object . Here we have three methods , that we can use for implementing Method Borrowing - call ap...00