14 followers
An autodidact polymath acquiring knowledge from various resources and sharing with you. Software Engineer.
Subscribe to my newsletter and never miss my upcoming articles
An explanation of the debounce function and how to use it in your React Application ยท As a user typing in an input field or performing a particular...
How does NextJS Image work? How do I optimize my Nextjs build? Lazy Loading Images? - Right article to find out :) ยท NextJS is fast becoming my favorite...
In this article, I would show you how to get started with Vuex in a Nuxt project and build a small counter application in the easiest way possible. I...
Lighthouse displays a failed audit when a significant time is taken to execute all the JavaScript on your app, so how do you optimize this and more? ยท...
React is an open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook and has over 170k...
In building a React project, you make use of props or states ( as the case may be ) across your application, in this article you would learn: What...