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
Understanding Virtual DOM in React
We'll dive into the concept of a virtual DOM in the React as well as explore its purpose.
TypeScript vs JavaScript - A Detailed Comparison
This post provides an insightful comparison and contrast between TypeScript and its ECMA standardized forerunner, JavaScript.
Error Boundaries in React - Handling Errors Gracefully
We'll see how to handle errors in React using Error Boundaries and how to use the react-error-boundary library to handle errors in React.
Introduction to React Table - TanStack Table Adapter for React
We'll explore how to use TanStack Table(React Table) in a react project. We'll also explore how to use TanStack Table with refine.
How to Use JavaScript Array Splice
This post is about various uses of the splice() method in JavaScript.
React Design Patterns
We'll explore React design patterns and examine how they might improve the development of React applications.
Mojo - A New Programming Language for AI
We'll go over the fundamentals of Mojo, a new programming language that aims to make AI programming more accessible.
A complete guide to the React createPortal API
We'll explore the React createPortal API, its advantages, disadvantages, and possible use cases.
Using React Hot Toast as a Notification Provider for CRUD apps
We'll introduce create a custom notification provider using the react-hot-toast library.