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
Audit Log With Refine
We'll apply Refine's built-in audit logging functionality
Implementing Role Based Access Control
We'll implement Role Based Access Control (RBAC)
Creating an Admin Dashboard with Refine
We'll be building a admin backend app for the Pixels client app.
Adding Realtime Collaboration
We'll implement realtime broadcast and subscription of pixels updates in Pixels app.
Adding CRUD Actions and Authentication
We'll initialize our Pixels app using Refine and get familiar with the boilerplate code to be created with the create refine-app CLI tool.
Setting Up the Client App
We'll initialize our Pixels app using Refine and get familiar with the boilerplate code to be created with the create refine-app CLI tool.
Pilot & Refine architecture
We'll be taking a look at the architecture of Refine and how week of Refine series will be structured.
Comparing the best headless CMS solutions
We compared best headless CMS solutions - Strapi, Hasura, and Hygraph. We'll highlight their pros and cons.
refine vs RedwoodJS
We will compare two open source React frameworks, that can be used to build CRUD applications
Building a Complete React CRUD App with Airtable
We will be building a Complete React CRUD application using Refine and Airtable, a famous backend service to illustrate how you can power your applications with refine.
How to Use Docker EntryPoint
We'll discuss how to use Docker ENTRYPOINT instruction to configure the executables run after the container is initiated.