Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

discussions

yappiest-sapphire
yappiest-sapphire5/10/2024

firebase auth

do you have an example of using firebase authentication with refine
complex-teal
complex-teal5/10/2024

useState

I want to set state of the ID when I click the save button on a successful create
other-emerald
other-emerald5/9/2024

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...
continuing-cyan
continuing-cyan5/9/2024

onPageChange updated one

onPageChange was used on previous version for pagination change what is the new method for handling pagination change in useDataGrid
like-gold
like-gold5/9/2024

refine repo

Hello: when installing the “examples/app-crm”, the repo automatically installs Antd. How can I install it with Mui instead? Thanks
ratty-blush
ratty-blush5/8/2024

two List in the same component

i using the useList, but i need use again in the same component how can i do it?
secure-lavender
secure-lavender5/8/2024

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.
eastern-cyan
eastern-cyan5/8/2024

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?...
rare-sapphire
rare-sapphire5/8/2024

[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 ...
No description
flat-fuchsia
flat-fuchsia5/8/2024

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: ```...
ratty-blush
ratty-blush5/7/2024

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";...
ratty-blush
ratty-blush5/7/2024

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 ?...
equal-aqua
equal-aqua5/7/2024

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
wise-white
wise-white5/5/2024

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...
complex-teal
complex-teal5/5/2024

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)...
vicious-gold
vicious-gold5/5/2024

How to extract <Routes> to a new file

How to extract <Routes> to a new file as it is too long in App.tsx
vicious-gold
vicious-gold5/5/2024

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
deep-jade
deep-jade5/4/2024

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
deep-jade
deep-jade5/4/2024

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(); ...
eastern-cyan
eastern-cyan5/4/2024

#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