How to Implement Algolia Search in React 19 with Next.js 15, ShadeCN, and Tailwind CSSIntegrating Algolia search in a React project may sound complex, but it’s actually pretty straightforward! Think of it as building with…Jan 21Jan 21
Revalidate Path vs. Revalidate Tag vs. Revalidate Time (Next js, v15 , App router)While working on an SSG app router, I needed to handle content updates from the backend by hitting the revalidate API…Jan 81Jan 81
Building a Seamless College Project : Creating a Node.js Backend and React Native AppThis is the API documentation for the college project that brings together the power of Node.js backend development and React Native app…Aug 31, 2023Aug 31, 2023
Using useInfiniteQuery for Infinite Pagination in React QueryIn web applications, it’s common to display a large list of data that needs to be fetched from an API in a paginated manner. React Query…Aug 9, 2023Aug 9, 2023
Creating a download link with download attribute not working ?here is an example from w3schoolsMar 31, 2023Mar 31, 2023
Change your theme color using jshtml meta theme-color only supported by chrome android till now.Apr 7, 2021Apr 7, 2021
Remove iOS input shadowYou’ll need to use -webkit-appearance: none; to override the default IOS styles. However, selecting just the input tag in CSS will not…Apr 4, 2021Apr 4, 2021