21
Jun
Creating a Todo app with Refine and Supabase This article will cover the technical aspects of how I made a Todo app in a few hours using Refine and Supabase. I tried to take a few detours from the official way of doing things to showcase a few possible ways one can achieve the same result. All the code is available at https://github.com/TheEmi/TodoRefineYou can see an instance of the app running at https://todo-app-rosy-pi-29.vercel.app/ Getting started To begin, we will head to refine.new which is a quick tool for creating the Refine project with the standard integrations already written. Selecting Vite…