EcmaScript 2015 introduced yet another feature that has not been used widely yet. A JavaScript proxy allows us to wrap…
As developers, we always want to be more productive. And who does not like to write more code using a…
Let us take a look at an implementation of getting data from an API request and see if there is…
The best way to move forward towards achieving our dreams is to commit to them. And habits are the compound…
I was recently working on a project in which I was trying to use a shorthand notation for destructuring assignment…
The useCallback React hook is a useful hook that can help in optimizing the rendering performance of our functional React…
As our application scales to multiple users, we need to start thinking about scaling our servers and applications with it.…
Continuing our React hooks series, we will learn about the useRef React hook in this blog post. The useRef React…
JavaScript promises have been a huge catalyst for asynchronous coding in the language. They have vastly improved the performance and…
If you have used Redux before, you would be aware of the concept of middlewares. Now that useReducer has become…