Refine

R

Refine

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

Join

ask-any-question

discussions

rare-sapphire
rare-sapphire3/15/2023

Hello is there any guide to using a

Hello, is there any guide to using a global state provider with Refine tool? I'm trying to implement a global state to store access token, but it appears it is going into an endless loop. Can somebody guide me? Note I'm just a beginner and following a tutorial to make this. Thanks for being gentle.
future-harlequin
future-harlequin3/15/2023

I ll try to do when I get a chance

I'll try to do when I get a chance..
continuing-cyan
continuing-cyan3/15/2023

thanks Omer here are my choices that I

thanks Omer, here are my choices that I've made
No description
quickest-silver
quickest-silver3/12/2023

Also Is there anyway I can change from

Also, Is there anyway I can change from mui to antdesign?
quickest-silver
quickest-silver3/12/2023

Hi There How can I remove i18n Provider

Hi There, How can I remove i18n Provider from my app? By mistake I add it.
cloudy-cyan
cloudy-cyan3/11/2023

And having another issue with Refine

And having another issue with Refine using Antd Failed to run, is it incompatible with Antd package?...
rival-black
rival-black3/10/2023

please help if anyone know how to get

please help if anyone know how to get client id for start refine
extended-salmon
extended-salmon3/9/2023

Finefoods Ant Design Admin Panel - refin...

Hi everyone, I am new to refine admin framework. My background from SPA react js and Node middleware write in typescript. I am looking for a right tool to develop Privilege Account Review and Management for company. Does refine admin support my existing restful api? And does it allow me to build custom page? So far my reference is based on Finefoods https://example.admin.refine.dev/
wise-white
wise-white3/5/2023

Hello everyone I m using a customtoolbar

Hello everyone. I'm using a customtoolbar passed as a components prop in my datagrid. Is there any way I could tweak the looks of the 'modal' GridToolbarColumnsButton shows when clicked?...
absent-sapphire
absent-sapphire3/2/2023

Hey guys good day quick question does

Hey guys good day, quick question, does the Select component of Refine Mantine supports pagination ? I have connected the useSelect hook with the Select dropdown and set hasPagination to true with pageSize of 20 but I'm not seeing any events that could trigger a fetchMore event or something similar. I've been doing some search in the docs and via google but I couldn't find anything related
other-emerald
other-emerald3/1/2023

Hello I want to follow the rules here

Hello. I want to follow the rules here, but I'm not sure if I can post a question in general... I'm using Inferencer, but if api don't have any resources, it's displayed as follows. I also want to define basic InferField lists for each API, so is there any way?...
No description
continuing-cyan
continuing-cyan2/18/2023

Hi pinksheep 3388 can you give us `npm

Hi @sheepndreams, can you give us npm run refine whoami output for debug ?
conscious-sapphire
conscious-sapphire2/2/2023

https refine dev docs comparison kinda

https://refine.dev/docs/comparison/ - kinda outdated - AdminBro is now AdminJS - resources from img.shields.io don't seem to work anymore, particularly the ones for Github repo / stars...
ambitious-aqua
ambitious-aqua2/1/2023

hi guys sorry idk why i cant make a

hi guys, sorry idk why i cant make a thread on my phone. i want to ask how to get history state when i try to pass data to next page with push on useNavigate. thabk you
hilarious-sapphire
hilarious-sapphire1/26/2023

inferencer + hasura

Hi! I'm experimenting with the Hasura data provider, and I am most interested in refine's "Auto-generated CRUD UIs from your API data structure" feature. For now it seems that inferencing (eg. via AntdInferencer) is not yet supported (https://github.com/refinedev/refine/issues/3326) and when trying to create a resource using the cli using npm run refine create-resource it generates components, which use AntdInferencer:...
fascinating-indigo
fascinating-indigo1/22/2023

Create projects with javascript

Hello everyone, I wanted to know how I can create a project in JavaScript with this command: npm create refine-app@latest my-project. Apparently, there is no option to choose the language, and it's generating the project with all different options in TypeScript. I did check the JavaScript documents that lead to here: https://github.com/refinedev/refine/tree/master/examples/with-javascript. But with this, I cannot see various options for choosing styling frameworks and others. It directly gene...
national-gold
national-gold1/22/2023

create-refine-app with yarn v3

just going through the getting started tutorial, and finding that the install using npm is working but yarn install command isn't working for me: yarn create refine-app -- -o refine-mui tutorial I would have liked to try out using yarn. My node is v18.13.0 and yarn is v3.3.1. ...
fair-rose
fair-rose1/17/2023

Hello all

Hello all Is there any live project that has been built using refine ? I want to see how does it look Thank 😁...
rival-black
rival-black1/13/2023

Backdnd

Hello there! I“m back on working on my project with Refine. The thing is that I chose strapiv4 as backend and I didn“t have a good experience, such as inexistence of database transactions and self-relationships. I“m willing to experiment new dataproviders and I saw a lot of people migrating to prisma + supabase. I saw some users connected refine and prisma with graphql, but I was wondering if I lose something using supabase + refine and apis + prisma.
optimistic-gold
optimistic-gold1/12/2023

Hey there I m having a hard time working

Hey there! I'm having a hard time working around useTable() or useList(), such that the api I'm using has page & size query parameters that do not match in name as the ones given in a default DataProvider. I would still like to have pagination - what is the intended work around for this case? (Apologies if this has been asked before, I could not find it)