Blogs
Thoughts, insights, and experiences from my journey in tech
| Aug 11, 2025 | React Data Fetching methods Fetching data in React has evolved far beyond useEffect. From custom hooks and Suspense to the new use() API in React 19, and powerful libraries like TanStack Query and useSWR | 19 |
| Aug 08, 2025 | SSG | SSR | ISR | CSR | PPR - Nextjs Rednering Methods I’ve broken down all Next.js rendering methods — SSG, SSR, ISR, CSR, and PPR — with simple examples in page.tsx. From how Static Site Generation fetches data only at build time (and why it can go stale) to Partial Pre Rendering where static + dynamic content co-exist for speed and freshness. | 51 |