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.
TutorialsJUL 30, 2024How Next.js Redirects WorkWe'll examine the concept of URL redirection in Next.js and how redirects work.
AlternativesJUL 30, 2024What is Vite? & Vite vs WebpackWe will explore what is Vite.js and compare it to Webpack.
EngineeringJUL 29, 2024git diff - Comparing Changes in GitWe'll explore Git's 'git diff' which helps you track changes throughout your working directory, commits, and branches.
AnnouncementJUL 25, 2024Refine.new - Technical Architecture and Engineering Decisions Explored Part - 1We'll discuss the technical architecture, key-concepts, and engineering design decisions made during the development process of Refine.new.
AlternativesJUL 23, 2024React Hook Form vs Formik - Comparing the most popular React form librariesThis article will compare React Hook Form and Formik by highlighting their strengths and weaknesses.
IntegrationsJUL 19, 2024How to Fetch Data in React with useSWRIntroduction to SWR and useSwr for Client-Side Data Fetching
TutorialsJUL 18, 2024Unexpected token in JSON at position 0 errorWe will look into the various possible causes of this error message and suggest methods to rectify it.
TutorialsJUL 17, 2024How to use Conditional Rendering in ReactWe'll implement Conditional Rendering in React and the various ways to use it in your React applications.
TutorialsJUL 17, 2024How to Use Two Dimensional Layouts with CSS Grid?We'll explore how to create two dimensional layouts using CSS Grid.
AlternativesJUL 16, 20245 Best Free Platforms for Hosting Hobby Web ProjectsA list of the best free platforms for hosting hobby web projects. You can host your static websites, React apps, and more for free.
EngineeringJUL 12, 2024A Guide on React Lazy LoadingWe will be looking at what lazy loading is, how it works, and how it can be used to improve the performance of React applications.
TutorialsJUL 10, 2024React Props Explained with ExamplesA detailed guide on React props with examples