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.
TutorialsDEC 10, 2024Next.js environment variablesWe will take a closer look at environment variables in Next.js
AlternativesNOV 28, 2024rem vs em - Everything you need to knowWe'll look at everything em and rem, their differences, when and how to use them, and practical examples of em and rem in action
IntegrationsNOV 28, 2024Beginner's Guide to React QueryWe'll be looking at the basics of React Query, how to use it, and why you should use it.
EngineeringNOV 27, 2024How to Delete Local and Remote Git BranchesWe will take a look the example of deleting local and remote Git branches.
AlternativesNOV 27, 2024git switch and git checkout – How to switch branches in gitWe will go through different use cases and examples for using git checkout and git switch.
AlternativesNOV 26, 2024Zsh and BashWe'll explore the unique features of these tools and their similarities and differences.
How To BuildNOV 21, 2024A Complete Human Resources (HR) App Built with RefineThe Refine HR App showcases how to build efficient, enterprise-grade HR management solutions using Refine.js and modern technologies.
IntegrationsNOV 12, 2024esbuild - Next-generation JavaScript bundlerThe advantages of using esbuild and how to use it in your project.
IntegrationsNOV 12, 2024How to implement a date picker in ReactWe’ll show you how to implement a date picker using the ‘react-datepicker’ library and how to customize the functionality for your use case.
AlternativesNOV 11, 2024Top 6 Free Online Code Editors and IDEs with Pros and ConsWe'll compare the best online IDEs and code editors for web development. We'll also look at the pros and cons of each.
TutorialsNOV 11, 2024Dictionaries in TypeScript - How to Ensure Type SafetyThis post is provides a guide on how to ensure type safety to dictionaries with TypeScript.
IntegrationsNOV 8, 2024How to Use Nodemon to Automatically Restart Node.js ApplicationsThis guide shows you how to install and use Nodemon to streamline your development process.