In frameworks like React , where performance hinges on detecting whether props or state have changed. That is a reason why equality checks are crucial in software development because they determine when to re-render compone…
Read moreThere are two main ways to define a function in Javascript : regular(traditional) functions and arrow functions , but they behave differently under the hood. Especially, when it comes to this , scope , hoisting , and usage in f…
Read moreIn Javascript, we have three ways to declare a variable: var , let , const . But did you know that where and how you declare a variable impacts how it behaves because of something called hoisting? Today, in this blog, we will bre…
Read moreNowadays, there are two popular options for making HTTP requests in Javascript (and React Native) are the built-in fetch API and the third-party library axios. Both have their strengths and weaknesses, so in this blog, we will c…
Read more
We can't seem to find the page you are looking for, we'll fix that soon but for now you can return to the home page
Social Plugin