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
What is Turborepo and Why Should You Care?
The advantages of using Turborepo for monorepo development.
esbuild - Next-generation JavaScript bundler
The advantages of using esbuild and how to use it in your project.
A Guide on Material UI AutoComplete in React
We'll discover the Material UI AutoComplete component with examples
Why you should prefer using pnpm over npm and yarn?
The advantages of pnpm and comparison guide.
When to use dangerouslySetInnerHTML in React?
Find out when to use dangerouslySetInnerHTML in React and how it can help avoid XSS attacks.
How to use React Fragments?
We'll cover what React Fragments are, differences between React Fragments and Div elements.
Build a Progressive Web App (PWA) with Next.js
We will walk you through the entire process of building a PWA using Next.JS and Refine framework, from start to finish!
Creating a React search bar and content filtering components
Article about how to create Search bar and filter component in React
Redirect in React Router V6 with useNavigate hook
We'll discover how to perform a redirect using useNavigate in React Router V6
NextAuth - Google And GitHub Authentications for Nextjs
How to implement Google and GitHub authentications using NextAuth.js in Next.js?