PinnedNihal MaheshDifference between Function Declaration(or Function Statement) and Function Expression in…You might be working for a very long time in javascript but sometimes we don't understand the jargons associated with it. So here I will…Feb 26, 2021Feb 26, 2021
PinnedNihal MaheshIntroduction to Middleware in Redux(Part 1)I found it a little confusing when I started with the middleware in my react-redux project but as the course of time passes I started to…Feb 8, 2021Feb 8, 2021
PinnedNihal MaheshWhat is Redux in simple terms with React?I found it very difficult when I started with redux I went through a lot of tutorials, unlimited Youtube video tutorials and a lot of…Feb 6, 2021Feb 6, 2021
PinnedNihal MaheshHow to use React-Form-Hook and React-Select TogetherSometimes when we want to ship any product faster at that time we mainly rely on packages or external apis to ease out. So one of the…Feb 5, 20211Feb 5, 20211
Nihal MaheshPromise.race() vs Promise.any()So Promise.any() has been released in ES2021 both does the same thing but there is a minute difference between the both. So we can…Jun 4, 2021Jun 4, 2021
Nihal MaheshMajor Difference between useState() and useRef() hooksThere is a very fine difference between the 2 hooks mentioned in the title useState and useRef.Feb 11, 2021Feb 11, 2021
Nihal MaheshHow Andy Jassy managed to become the CEO of at Trillion Dollar$ CompanyAndy Jassy who is the current CEO of largest cloud provider services i.e., AWS(Amazon Web Series)Feb 7, 2021Feb 7, 2021
Nihal MaheshHow to optimize your React apps by using a Profiler?Have you ever wonder that some apps are very performant and are very quick to respond. It happens due to the app is highly optimized there…Feb 7, 2021Feb 7, 2021
Nihal MaheshWhat the heck is React useCallback()There is a lot of confusion about when to use useCallback() hook.Feb 6, 2021Feb 6, 2021
Nihal MaheshReact-Select Styling issues SimplifiedThe react-select package is really good. It offers a lot of things while you are building your UI for a dropdown/select list. The basic…Feb 4, 2021Feb 4, 2021