Tutorials
Introduction
refine is a headless Framework, so it does not include UI Components by default.
There are two ways to add UI elements to refine;
- Using a UI Library such as Tailwind, Chakra UI, etc.
- Using a complete UI Framework such as Ant Design, Material UI, etc.
These tutorials will go through process of building a simple admin panel for a CMS-like application.
Step by step, you're going to learn how to consume a REST API and add basic CRUD functionality to your panel leveraging the unique capabilities of refine.