Refine

R

Refine

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

Join

ask-any-question

discussions

foreign-sapphire
foreign-sapphire1/30/2025

Hey Team,

Hey Team, I'm looking to discuss a potential partnership with Refine for HackByte, Central India's biggest Hackathon in Jabalpur, India. We're expecting over 500 developers and tech enthusiasts from across country, and we believe Refine could be a fantastic partner for our hackathon. Could someone point me to the best person to contact for partnership opportunities? I'd really appreciate it! Thanks in advance for your help!...
adverse-sapphire
adverse-sapphire1/27/2025

I know refine is supposed to be used for

I know refine is supposed to be used for internal tools, but I really like the philsophy of how it separates data from UI. So, ended up using it in a production application that's more a user facing SaaS. Wonder if anyone else has used refine for production apps like that or if it truly is mostly all internal tooling
dependent-tan
dependent-tan1/22/2025

Hello,

Hello, Coming from a different B2B framework, I was looking for something to replace it due to its many limitations. Then I came across Refine, and it seems like it might be what I need. Currently, I am reading the source code to understand exactly what it does and how it differs from the tool I am currently using. I have a few questions—not about how to do things, but about why certain things are done the way they are. I noticed that there are lots of useMemo calls for checking simple conditions. For example, in core/router/use-parse: ...
automatic-azure
automatic-azure1/7/2025

***Hey Guys, how do I call apis which do

Hey Guys, how do I call apis which do not need id param? for example, let's say you log in to Amazon as a seller and want to change some settings. I got two APIs for this purpose....
eastern-cyan
eastern-cyan1/3/2025

refine/examples/inferencer-graphql-hasur...

Just starting out on my journey, has a false start (will document it) with trying to use the SQLite dataprovider... now trying to use hasura long with inferance. One thing i was wondering is can we setup the provider to discover/query to build https://github.com/refinedev/refine/blob/main/examples/inferencer-graphql-hasura/src/inferencerPredefinedMeta.ts instead of needing to create it by hand?
sunny-green
sunny-green12/31/2024

Hello, I've recently started working

Hello, I've recently started working with Refine. It's a really great platform! I've tried getting some help from kapa.ai, but no luck there so trying here... Does anyone have experience integrating Authelia as an AuthProvider? I'm trying to use react-oidc-context, but I'm having some trouble making things work with the built-in components/hooks like <Authenticated>. I'm also not entirely sure how to correctly handle the callback route. ...
correct-apricot
correct-apricot12/30/2024

Guys do we have type for dataprovider?

Guys do we have type for dataprovider? If we have, do we also have typings for filter, pagination, sorting properties?
correct-apricot
correct-apricot12/30/2024

Okay. I desperately need it. I think I'

Okay. I desperately need it. I think I'll handle it. What should I do after I created providers?
rare-sapphire
rare-sapphire12/11/2024

hello here. might not be worth a github

hello here. might not be worth a github issues; using <Authenticated> or even the hook itself within another Authenticated (via a router Outlet) causes the whole application (even the browser) to hang. ``` <Route element={ <Authenticated key="private">...
absent-sapphire
absent-sapphire12/9/2024

Hey there.

Hey there. I have created API endpoints for updating records in my PostgreSQL database. I am using useForm() hook and Edit component to render my form with its input fields. There's also a save button, presumably responsible to send a PATCH or PUT request and update the data. But when I'm in the /edit page and hit save, it returns a 404. In inspect, I see its request URL doesn't contain /edit. It's something like this: "posts/3". Shouldn't it be like this: "posts/edit/3"?...
fair-rose
fair-rose11/30/2024

hello i was making a new dashboard while

hello i was making a new dashboard while i was at work when i come home i had the CORD policy error and i cant figure out why , may any one knows what can i do to make it work? or i js have to work on the work's wifi ?...
like-gold
like-gold11/29/2024

Anybody using refine with the nextjs ?

Anybody using refine with the nextjs ? I have a question regarding suspense. It is working wierdly, for some reason, it seems like the loading.tsx is not taking into account as a suspense component at all. If I am right, does that mean that every component (every page) should have manually created Suspense that is wrapped around the components in that page ? If anybody has the samples of the code that works, I would be greatful. Thanks!...
quickest-silver
quickest-silver11/25/2024

@Alican Erdurmaz ? Any support here

@Alican Erdurmaz ? Any support here
eager-peach
eager-peach11/8/2024

useTable has this whole extension to

useTable has this whole extension to manage and increase/set the pageSize and pageIndex, useList has none of that
conscious-sapphire
conscious-sapphire11/8/2024

Hi guys, I'm planning to integrate new

Hi guys, I'm planning to integrate new provider to refine. But it seems whenever I pnpm add <package-name> to the package/sample it doesn't get added to package.json file. Do I need to setup something?
compatible-crimson
compatible-crimson11/7/2024

A separate note for the templates

A separate note for the templates examples. They are so good. I'm that kind of persone who would prefer to tear apart working project/example and learn by inspecting it and going througth trial and error. Previously in last couple years I only had like 2-3 PRs at all in TypeScript with maybe 50 LOC total but with Refine it feels like I can make what I wish for. I have not worked on UIs for 6-7 years and was more focused on infrastructure and I'm sick to my stomach from the UIs I was using or even worse creating....
eager-peach
eager-peach11/2/2024

I wonder if there is any example of a

I wonder if there is any example of a project where refine has been used to setup multiple social providers but then with a separate backend
like-gold
like-gold10/24/2024

Hello guys, I've been using the Ant

Hello guys, I've been using the Ant Design App CRM template, which was previously free. All backend endpoints in my application are custom-built. Now that the template has transitioned to an enterprise model, will this affect my app?
foreign-sapphire
foreign-sapphire10/24/2024

example.crm.refine.dev hangs at load

Hello guys, Am I the only one that cannot access this? The page loads forever, and when it loads, I cannot sign in https://example.crm.refine.dev/...
conscious-sapphire
conscious-sapphire10/22/2024

Hello! guys, could you show design of

Hello! guys, could you show design of your pages with refine? I would like find some design system for big show/edit forms