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
refine Open Source Hackathon 2
The second Refine Open Source Hackathon is an excellent opportunity for developers to showcase their skills, learn Refine and win prizes!
A Complete Guide to Listing Docker Containers
We'll discuss the importance of listing docker containers, how to list running and stopped containers, listing the latest containers, and how to disable truncation of container names.
Bun vs. Node.js
We'll go over the new Bun runtime that has created a buzz in the tech space lately.
A Guide to Using the useLayoutEffect Hook in React
We'll explore the useLayoutEffect hook in-depth, how it differs from useEffect and learn how to properly leverage its capabilities to enhance the user experience.
How to create a notification provider with react-toastify
We'll create a custom notification provider in a Refine application using react-toastify.
Next.js 13.4's Server Actions and Data Fetching
We'll delve into the Next.js alpha feature Server actions and data fetching techniques.
A Comprehensive Guide of React Unit Testing
We'll learn how to unit test our component down to hooks and Context.
Creating responsive tooltips in React with react-tooltip
We'll explore how to create a custom tooltip component in a React application, as well as integrating the react-tooltip library.
A Detailed Guide on TypeScript Enum with Examples
We'll explore TypeScript Enums with examples.
How Next.js Redirects Work
We'll examine the concept of URL redirection in Next.js and how redirects work.