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.
Next.js 13 - What are the new features?
Next.js 13 is out! Let's see the new features in this release.
esbuild - Next-generation JavaScript bundler
The advantages of using esbuild and how to use it in your project.
Top 6 Free Online Code Editors and IDEs with Pros and Cons
We'll compare the best online IDEs and code editors for web development. We'll also look at the pros and cons of each.
What is Next.js getInitialProps and getServerSideProps?
We will deep dive into Next.js getInitialProps and getServerSideProps.
How to use Material UI Select in React
We'll discover the Material UI select component with examples
How to Use Tailwind CSS Grid
We look at how to implement responsive layouts with CSS Grid using TailwindCSS Grid classes.
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.
How to use TypeScript Partial Type?
We'll explain the TypeScript Partial utility type with examples