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 to use React Strict Mode in React 18
What is Strict Mode in React 18 and how to use it to find and fix bugs in your React application.
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