Refine

R

Refine

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

Join

ask-any-question

general

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.

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? 😄

6h of debugging

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

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

hi am using refine firebase as the data

hi, am using refine-firebase as the data provider but meta populate is not working

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

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?

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?...

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.

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

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 😃

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 ?...

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.

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?...

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 😍....

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.

I ll try to do when I get a chance

I'll try to do when I get a chance..

thanks Omer here are my choices that I

thanks Omer, here are my choices that I've made
No description

Also Is there anyway I can change from

Also, Is there anyway I can change from mui to antdesign?

Hi There How can I remove i18n Provider

Hi There, How can I remove i18n Provider from my app? By mistake I add it.