TutorialsFEB 16, 2026What is an Admin Panel? The Complete Guide for 2026Learn what admin panels are, how they differ from dashboards, and the best approaches to building them. Covers security, architecture, and build vs buy decisions.
AnnouncementJAN 12, 2026Introducing Refine Core - A New ChapterWe're splitting Refine into two products - Refine Core (our open source framework) and Refine (our AI-powered product builder).
How To BuildNOV 12, 2025Create An Admin Panel With Supabase In 5 MinutesBuild a powerful React-based admin panel with Supabase. Use Refine to automate your CRUD operations and connect your database effortlessly.
EngineeringJUL 10, 2024How to use React Strict Mode in React 18What is Strict Mode in React 18 and how to use it to find and fix bugs in your React application.
IntegrationsJUL 5, 2024What is Turborepo and Why Should You Care?The advantages of using Turborepo for monorepo development.
IntegrationsJUL 3, 2024A Guide on Material UI AutoComplete in ReactWe'll discover the Material UI AutoComplete component with examples
TutorialsJUL 3, 2024How to use Next.js API Routes?We will deep dive into Next.js API Routes with Dynamic Routes.
AlternativesJUL 2, 2024Why you should prefer using pnpm over npm and yarn?The advantages of pnpm and comparison guide.
TutorialsJUL 2, 2024When to use dangerouslySetInnerHTML in React?Find out when to use dangerouslySetInnerHTML in React and how it can help avoid XSS attacks.
TutorialsJUN 26, 2024How to use React Fragments?We'll cover what React Fragments are, differences between React Fragments and Div elements.
How To BuildJUN 25, 2024Build a Progressive Web App (PWA) with Next.jsWe will walk you through the entire process of building a PWA using Next.JS and Refine framework, from start to finish!
TutorialsJUN 24, 2024Creating a React search bar and content filtering componentsArticle about how to create Search bar and filter component in React
TutorialsJUN 24, 2024Redirect in React Router V6 with useNavigate hookWe'll discover how to perform a redirect using useNavigate in React Router V6
IntegrationsJUN 21, 2024NextAuth - Google And GitHub Authentications for NextjsHow to implement Google and GitHub authentications using NextAuth.js in Next.js?