I have a list of customers, and I need
I have a list of customers, and I need to create a button in the actions to list the addresses related to that customer. How do I do it?
hi are you planing to upgrage refine/
hi are you planing to upgrage refine/node docker image
or maybe i can use other images?...
React Admin Panel Tutorial | A comprehen...
https://reactadminpanel.com/ appears to be broken. On the homepage it shows
```
Error :(
ReferenceError: BrowserRouter is not defined...
Hello everyone, How to implement clerk
Hello everyone, How to implement clerk auth in a nextjs refine project? I need to implement the authProviderClient with the vanilla js clerk API?
Where to find the k8s template which is
Where to find the k8s template which is shown on the main index page?
I will like to contribute to the refine
I will like to contribute to the refine blog. How do I get started ?
Refine AI
Just seen this very cool https://refine.dev/ai/ have you thought about being able to generate from an openapi spec - I sort of feel that this is one key thing refine is missing from getting more wide stream adoption in enterprise as its used so heavily as the contracts to the backends. At least its the resistance i have faced
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!...
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
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:
...
***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....
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?
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. ...
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?
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?
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">...
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"?...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 ?...
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!...