Refine

R

Refine

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

Join

ask-any-question

general

A tutorial in youtube

Do you have any tutorial on YouTube??

A tutorial please

#ask-any-questions Hi I am new programmer I need some help on how to use it this refine so could please send me step by step tutorial?? Thank You...

Problems with tailwind css

I have installed tailwind css and some styles work but others don't. for example. On my sidebar a tags with styles works fine but on main part of app in form and other tags its dont work

Did you mean to import "prettier/standalone.js"?

Getting this error on Remix with this code:
import { ChakraUIListInferencer } from '@refinedev/inferencer/chakra-ui'
import { ChakraUIListInferencer } from '@refinedev/inferencer/chakra-ui'
...

Problem with linking the queryclient being used in refine's hooks and custom hooks

I am trying to wrap Refine with my own controlled queryClient but it doesn't work refine still working separately that i cant catch any query, mutation in tanstack dev tool

Why can I select chakra UI now

When I try to create a new project, I can find the option to select chakra UI, is it removed?
No description

How can I make changes in `node_modules/@refinedev` reflect in the build?

I try to track down a bug and just want to make some console.logs in node_modules/@refinedev. However, the changes do not reflect. How can I fix this? PS: Rebuilding the @refinedev package seems to be a lot of work. Looking for a shortcut....

I'm using Hasura and I have a table called "settings" where primary_key or pk is key and not id

How can I use custom pk and its type as String? I saw an old post idColumnName but that is not working...

Multiple AuthProviders?

Hello, Is there a way of adding multiple authProviders? I'd like to use custom provider and google auth...

setting default value in useForm

const { formProps, saveButtonProps, queryResult, form,...

Make sure toggle is enabled if edit has a value

In react and antd design, I have this component, I want the toggle to be checked on the edit page IF the fields have a value, but only by default, you should still be able to untoggle it without unsetting the value manually: <Row> <Col span={2}> <Form.Item name="bidWindowToggle"...

How to implement access control provider in Next.js?

I'm encountering issues while implementing RBAC in my Refine project. Tech stack: Supabase, Next.js, Ant Design When I attempt to pass my access control provider to the Refine component, I receive the following error:...

How to caching error 404 show/edit action of resources ?

How to caching error 404 show/edit action of resources ?

Using createBrowserRouter with @refinedev/react-router-v6

Has anyone managed to get this working? I'm getting an error thrown that useLocation() needs to be used within a Router context even though createBrowserRouter is creating one.

How to listen form submitting event from another component which belong to ?

How to listen antd form submitting event from another component which belong to ?

Are there any TS frameworks that are good for writing REST APIs compatible with Refine?

Any packages/tools that add the guardrails. I realize it's just a convention, but having some type safety around response crafting and things like sorting would be helpful.

KAPA

How can I use swizzled auth page, but keep the styling from the normal version? I am using antd

Database

Can i connect a SQL Database for my comanies?
Next