Refine

R

Refine

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

Join

ask-any-question

discussions

extended-salmon
extended-salmon1/22/2024

Hello everyone I hope you are all doing

Hello everyone I hope you are all doing good, i want to ask you if anyone has already used refine to create both right-to-left and left-to-right oriented UIs and if it's good enough ?
adverse-sapphire
adverse-sapphire1/22/2024

hey i am new to refine, but i want you

hey i am new to refine, but i want you suggestion between chakra and antd design. which one should i choose. in terms of size and perfomance which one better?
extended-salmon
extended-salmon1/17/2024

useForm error handling

Hello, I'm a backender and playing with Refine so I'm new to React. I have an "create new item" page and copied to code from the inferencer. When the request to server failed I see a red notification with an HTTP 500 error. The response from the server contains information what was wrong. How can I present this to the user? I tried to add a errorNotification to useForm, but that doesn't seem to work. Any help or pointer is welcome.
optimistic-gold
optimistic-gold1/17/2024

I have run the CRM app in my local

I have run the CRM app in my local machine. Now I want to customize it. I can't see the backend code here. How to get the backend code? Can you please help me?
fascinating-indigo
fascinating-indigo1/16/2024

'AntdListInferencer' refers to a value,

'AntdListInferencer' refers to a value, but is being used as a type here. Did you mean 'typeof AntdListInferencer'? | why am i getting this errors?
genetic-orange
genetic-orange1/16/2024

I see that we can pass additional data

I see that we can pass additional data with the meta prop for <DeleteButton meta={...} />. Is it possible to access those values in the backend? Im currently doing something hacky by updating recordItemId to pass the required data to my api
xenial-black
xenial-black1/16/2024

hello i am new i want to contribute to

hello i am new i want to contribute to this software how to get stated i have decent knowledge in mern stack...
rival-black
rival-black1/15/2024

hi friends, is there a way to change the

hi friends, is there a way to change the port for the refine dev? i'm getting conflicts on port 5001/2 on separate dev projects and would love to customize it 🙂
deep-jade
deep-jade1/15/2024

Hello, I created my first PR in Refine

Hello, I created my first PR in Refine and made some changes in Form hook. As I am a beginner, I am facing issues while running tests. Can Someone explain or provide resources on how to run tests and see if my change is working fine or not.
sensitive-blue
sensitive-blue1/15/2024

@cory882 do you know how to make a

@cory882 do you know how to make a multiple stacked sidebars using mui?
conventional-tan
conventional-tan1/15/2024

Anyone using Devtools successfully?

Anyone using Devtools successfully?
sensitive-blue
sensitive-blue1/15/2024

Refine HR App

hello guys do you know here can i find the example for refine hr application?
rival-black
rival-black1/14/2024

Backend for the CRM example

hi friends, does anyone know if the source code of the backend for the CRM example is public? I'd love to see how the stack and backend is setup to support this app
like-gold
like-gold1/12/2024

Hello

Hello i using Mui Material UI Refine, how i can use Mui with Tailwind? Anyone can help me please?...
conscious-sapphire
conscious-sapphire1/11/2024

Hi! Do you guys know how to deal with

Hi! Do you guys know how to deal with fetching multiple records from two or more tables from the API using the useTable hook instead of useMany? Let's say I have customers and orders table. Is there a way to tell the useTable to get records from those two table?
extended-salmon
extended-salmon1/11/2024

Thanks, my issue isn’t with clerk and

Thanks, my issue isn’t with clerk and supabase. It’s with refine using supabase auth instead of clerk.
extended-salmon
extended-salmon1/10/2024

Hello, I’m using Clerk.com for auth with

Hello, I’m using Clerk.com for auth with supabase and wanted to use Refine.dev but it seems that it needs supabase auth. Is there a way around this or how can I get this to work? Thanks
correct-apricot
correct-apricot1/10/2024

Hello I have a quest about updating

Hello I have a quest about updating Refine. Should I update it to the wanted versions or the latest? If the latest version is in red does that mean that it is a breaking change?
sensitive-blue
sensitive-blue1/9/2024

Anyone that has ever tried to combine

Anyone that has ever tried to combine the Refine and Payload CMS dashboard?
correct-apricot
correct-apricot1/6/2024

Hello, I've just cloned refine.dev from

Hello, I've just cloned refine.dev from https://github.com/refinedev/refine.git and then ran the project but I am getting some errors.