blog.anoopjadhav.inSimple steps to Improve your website ranking on Google (SEO)Recently, I had the chance to work on SEO (Search Engine Optimization) for one of the projects. I learned a few things along the way. You can follow these steps: Google doesn’t accept any payment to make any website rank better, it all depends on the...Oct 9, 2024·3 min read
blog.anoopjadhav.inBring Your UI to Life: Creating Micro Interactions with Figma, Lottie & ReactMicro interactions are common on most websites and mobile apps these days to enhance the user experience. I tried creating a simple micro interaction for my portfolio web app. While this could be done with CSS alone, but it is really complex. I found...Sep 21, 2024·3 min read
blog.anoopjadhav.inYou don't need a store with React Hook FormsStory Behind the Blog Until recently, we managed all our form data using MobX. However, after introducing React Hook Form, form validation became much simpler. We realized that there was no need to save the form data in multiple places since React Ho...May 31, 2024·4 min read
blog.anoopjadhav.inMigrating to Vite,Vitest?We recently migrated our project from Parcel to Vite and the reasons for doing so are in this article. Even though migrating from Parcel to Vite may not be as difficult as migrating from Webpack to Vite, this article can help you identify the essenti...Jan 25, 2023·4 min read
blog.anoopjadhav.inWhy I switched from Parcel to Vite ?Introduction We have recently switched from parcel to Vite in one of my frontend projects(tech stack - Yarn Monorepos, React, Typescript, Styled Components, Jest, RTL). we were facing the problem of HMR since we were using mono repos, so decided to g...Dec 2, 2022·3 min read