2 followers
Tech enthusiast who likes to learn new things.
Performance is an important aspect in programming, especially in large scale application. The useMemo hook is one tool that can be used to improve the...
Let's say you are working on a project and in that project you want to get the data of the user's friends. Let's say you requested to fetch the data...
While mindlessly surfing the web I stumbled upon this. On this site, there is a cool image transition effect that made me eager to recreate it. So...
Implementing a Custom Hook to Detect Outside Clicks ยท In February 2019 React introduced Hooks. Which empowered the Functional components to have the same...
If you have a portfolio website and you also do blogging then it is only just fair to have representation of your blogs on your website. Same reason...
Deploying your app on Vercel is a straightforward process, and the platform has great documentation to guide you through configuring a custom domain....