tanstackquery-react.hashnode.devTanStack Query in React Native (Expo)In this blog, we will understand the usage of TanStack Query (previously called React Query). TanStack Query is an asynchronous state management library that helps us handle server-side data like fetching, caching, updating, and synchronizing API dat...Dec 20, 2025·4 min read
sanjanaynvsdl.hashnode.devLight and Dark Theme Using next-themes in Next.jsHello. hope you are doing good! Follow this simple steps to set up theming in your application. Initialize a Next.js project. Configure all the default settings with Tailwind CSS. npx create-next-app@latest Setting Theme Using next-themes: Syste...Dec 18, 2025·3 min read