How to change data provider in pre existing template to strapi?
https://refine.dev/templates/react-admin-panel/
Data Provider: REST to Strapi
Auth Provider: JWT to Google OAuth...
onPageChange updated one
onPageChange was used on previous version for pagination change what is the new method for handling pagination change in useDataGrid
refine repo
Hello: when installing the “examples/app-crm”, the repo automatically installs Antd. How can I install it with Mui instead? Thanks
two List in the same component
i using the useList, but i need use again in the same component how can i do it?
Change the background color of the ThemedSiderV2 component
Hey yall, been trying to change the background color for quite some time now. Is there a way to change the background color without creating a custom sider component and if so how? Or is it better to create a custom sider component.
Running app-crm on the local
Hi, I'm going to run app-crm on my local using this command.
npm create refine-app@latest -- --example app-crm
Once I created an app-crm on my local and when I run npm run dev and went to localhost:5173, I got the blank screen and the app is not working. How can I fix this issue?...[JavaScript Mastery tutorial] Can't fetch any generated data
Hey, I'm following JSM tutorial video on YouTube https://www.youtube.com/watch?v=6a3Dz8gwjdg&t=5587s&ab_channel=JavaScriptMastery,
and I'm trying to get data but nothing is showing up (see img)
link to my repo: https://github.com/osherasfa/bumpy-rockets-begin
...

Query supabase in next server api
Hello, im quite a newbe for both Supabase, Refine and Next.js
I have this simple file called
api/messages.ts
the file looks like:
```...building starter app yields many errors
like these
```ts
src/App.tsx:1:10 - error TS2305: Module '"@refinedev/core"' has no exported member 'Authenticated'.
1 import { Authenticated, GitHubBanner, Refine } from "@refinedev/core";...
is the design nearly the same between UIs?
should i use mantine or ant ?
will ant add value to the design ? bc i know it is slow ?
or you provide everything with mantine like ant ?...
Access data provider in child component
How can i access data provider in a child component? I want to get the api base url in my component
Hello! New Front/Backend dev here
Hello there
I've taken interest on refine etc and I want to learn it
I know it's based on React Js but what's the Min Requirements to start learning refine itself? Sorry if I sound dumb...
axios error
Im getting error on axios instance after update refine. Im using Strapi 4
Type 'AxiosInstance' is missing the following properties from type 'AxiosInstance': postForm, putForm, patchFormts(2345)...
How to extract <Routes> to a new file
How to extract <Routes> to a new file as it is too long in App.tsx
How to extact resources for <Refine> to a new file in App.tsx
As reources option is too long, i want to extract it to a new file, i tried but failed. btw, i use label: t("menus.dashboard") to i18n the menu labal
dependent select
how can i make a select that will be disabled by default and filled with data from a custom resource only when another select changes
Subscription
I have a case where I want to subscribe to Notifications - meaning when a new notification data is added to the table, I want to show an alert.
On my header I have this:
const { selectProps: alertSelectProps, queryResult: alertQueryResult } = useAlerts();
...
#nextjs #supabase need a boilerplate refine nextjs+supabase?
Hello all can someone give a link or choice of solid boilerplate based on refine nextjs and supabase ,thank you #nextjs #supabase