Refine Technical Blog
A resource for Refine, front-end ecosystem, and web development. Here, we publish insightful articles that demystify complex concepts, explore new trends, and provide helpful tips to enhance your coding journey.
All Posts
How Next.js Redirects Work
We'll examine the concept of URL redirection in Next.js and how redirects work.
What is Vite? & Vite vs Webpack
We will explore what is Vite.js and compare it to Webpack.
git diff - Comparing Changes in Git
We'll explore Git's 'git diff' which helps you track changes throughout your working directory, commits, and branches.
React Hook Form vs Formik - Comparing the most popular React form libraries
This article will compare React Hook Form and Formik by highlighting their strengths and weaknesses.
Best React Admin Dashboard Libraries 2023
We have curated a compilation of the 5 best React admin dashboard libraries that encompass all the essential features needed to create modern and feature-rich dashboards with minimal effort.
rem vs em - Everything you need to know
We'll look at everything em and rem, their differences, when and how to use them, and practical examples of em and rem in action
How to Fetch Data in React with useSWR
Introduction to SWR and useSwr for Client-Side Data Fetching
Unexpected token in JSON at position 0 error
We will look into the various possible causes of this error message and suggest methods to rectify it.
How to use Conditional Rendering in React
We'll implement Conditional Rendering in React and the various ways to use it in your React applications.
How to Use Two Dimensional Layouts with CSS Grid?
We'll explore how to create two dimensional layouts using CSS Grid.
git switch and git checkout – How to switch branches in git
We will go through different use cases and examples for using git checkout and git switch.