Refine

R

Refine

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

Join

ask-any-question

discussions

genetic-orange
genetic-orange6/1/2023

hey guys please who do i pitch for a

hey guys, please who do i pitch for a technical article idea?
flat-fuchsia
flat-fuchsia5/31/2023

SOLVED nothing to do with Refine it was

SOLVED: nothing to do with Refine, it was Expo cache issue, options to disable both work fine on Expo/react native I am not sure where should I write it so I am going with #general 😉 I am using Refine v4 in Expo/React Native app. It works as expected for web, but for mobile app I run into errors concering Telemetry (use of Image) and React Query Dev Tools (use of window functions). Disabling both didn't solve the isseue, as they were still present in dist production bundle and cause error. After removing both blocks app runs more or less as expected (still have problem firth firebase, but that is refine-firebase issue possibly). I will investigate further, so I have some solid feedback or pull request, just letting you know. Maybe anyone run into similar issues?...
like-gold
like-gold5/28/2023

Carbonspigot

can i get some help i bought carbonspigot and need the licensing
correct-apricot
correct-apricot5/16/2023

I was using useUpdateMany hook for bulk

I was using useUpdateMany() hook for bulk updation and it went well. but the table is not fetching the updated data is there any way to refresh the table after the operation...
other-emerald
other-emerald5/15/2023

Where’s the refine banner located at

Where’s the refine banner located at? This is GREAT to have all my libraries and DB ready. I’m using Nextjs
other-emerald
other-emerald5/15/2023

What’s the difference between Refine and

What’s the difference between Refine and Amplication? Amplication docs are a joke, i want to try refine.
other-emerald
other-emerald5/15/2023

How do i run `refine dev` in debug mode

How do i run refine dev in debug mode so that I can attach it to my IDE? 😄
yappiest-sapphire
yappiest-sapphire5/15/2023

6h of debugging

6h of debugging. solution: I changed the order of the router.route('/invitations')... Can someone explain me this please?? xdd...
other-emerald
other-emerald5/12/2023

How do I create a fronted It’s just

How do I create a fronted??? It’s just giving me the client side and no real FrontEnd pace
wee-brown
wee-brown5/8/2023

hi am using refine firebase as the data

hi, am using refine-firebase as the data provider but meta populate is not working
exotic-emerald
exotic-emerald5/7/2023

Hello I m studying if Refine is a good

Hello, I'm studying if Refine is a good option for an internal admin panel I'm creating. This application will not necessarily have only CRUD actions and will also be able to interact with several external APIs, for example, so I want to know how I can create custom actions using Refine and if this is simple/possible or better than creating from scratch. PS. A simple example that I thought that if I understood it I would be able to adapt it to any other more complex action, is to have just a form with a text field, where I type an email address and, when I click on a button ,it make a POST request to an API that sends an email to the email address given in the input. ...
No description
xenial-black
xenial-black5/4/2023

Example pages are not prompted in the latest version of create-refine-app

I am not getting "Do you want to add example pages?" when I use: npm create refine-app@latest. Any help?
harsh-harlequin
harsh-harlequin4/29/2023

Hello everyone I just want to understand

Hello everyone.. I just want to understand something but IDK if this is the right channel or should I use discussions.. if not right channel let me know.. In react-hook-form in useForm function, why don't you directly declare defaultValues  in the useHookForm in this line, rather use useEffect to go over the fields and set the values? (in line #L130. Since defaultValues can be undefined, just setting queryResult?.data?.data solves the problem. If I set it that way, I can use useFieldArray properly in my code, now I have to jump some hoops to clearly reflect the fields. Is there a specific reason not to use that, maybe I am missing something?...
stormy-gold
stormy-gold4/14/2023

How do I style the sidebar and its items

How do I style the sidebar and its items? I've looked at older answers but I don't really get it. I am using MUI, typescript and v4.
correct-apricot
correct-apricot4/5/2023

Hello everyone I just found this project

Hello everyone I just found this project on twitter. And I want to understand the working logic. As far as i understand a rapid tool (cli) for creating CRUD pages with React.js. Can I say it is a framework based on react? Or just a rapid tool
sensitive-blue
sensitive-blue3/18/2023

Help

Hey everyone. I'm developing a courier management system for my university project. Is there anyone how's willing to help me out throughout the development process??? Thanks in advance 😃
equal-aqua
equal-aqua3/18/2023

Hey

Hey I have recently raised an issue on UI i wanna work on that issue can anyone help me in how I can set up the website on my local machine ?...
genetic-orange
genetic-orange3/17/2023

Upgraded a new project to R4 Isn t going

Upgraded a new project to R4, Isn't going too good. Need to rewrite many things.
extended-salmon
extended-salmon3/17/2023

Hey Ömer 5479 have yet to upgrade to v4

Hey @Omer, have yet to upgrade to v4 as we're now in the process of going live with the current version (~3.8). Will upgrade afterwards and see the improvements 🙂 I did wanted to ask though, as I haven't seen it on the changelog - any chance any of the improvements to the Inferencer we've talked about (e.g. custom id) went into this version?...
exotic-emerald
exotic-emerald3/17/2023

Hey Ömer 5479 I have also upgraded to

Hey @Omer, I have also upgraded to refine v4 and transition was very smooth using codemod. Any issues that I faced have already been solved using the help from the community. My feedback is that v4 has opened a lot more room for developer control which is very exciting. The story that I want to share is that, I was just trying to create a custom page and was just going to create it and add it on the routerProvider as on v3. But you guys just released v4, So thought let's first upgrade to v4 and then create a custom page. But was amazed by how easy it is on new version to create a custom page and loving it 😍....