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 Next.js Redirects Work
We'll examine the concept of URL redirection in Next.js and how redirects work.
What is Vite? & Vite vs Webpack
We will explore what is Vite.js and compare it to Webpack.
git diff - Comparing Changes in Git
We'll explore Git's 'git diff' which helps you track changes throughout your working directory, commits, and branches.
refine.new - Introducing the Fastest Way to Create Refine Apps
Discover how refine.new and the Refine framework are transforming the way developers create front-end applications in the React ecosystem
How to use Material UI Modal
We'll learn how to use Material UI Modal to create a popup window that can display important information or facilitate user input.
How to implement a date picker in React
We’ll show you how to implement a date picker using the ‘react-datepicker’ library and how to customize the functionality for your use case.
Adding PDF Renderer
We are going to add PDF renderer to our PDF Invoice Generator app that we have been building last few days. This is also where we summarize our accomplishments and wrap up the series.
Creating Mission and Invoice Pages
We add more CRUD views to the Pdf Invoice Generator app we have been building using Refine and Strapi last few days.
Adding CRUD Pages
We'll be adding CRUD pages for Company, Client and Contact resources in this post.
Setting Up the Invoicer App
We start with setting up the Invoicer app by choosing Ant Design as a UI framework and Strapi as a dataprovider
Pilot & Refine architecture
We'll be taking a look at the architecture of Refine and how week of RefineWeek series will be structured.