Refine

R

Refine

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

Join

ask-any-question

discussions

eastern-cyan
eastern-cyan8/17/2023

G2

Not really sure this is #ask-any-question worthy so chiming in here. I am trying to use Tremor for some charting(https://www.tremor.so/docs/getting-started/installation). I already have a refine app built with Ant Design. When throwing in Tremor i need tailwind which messes with most of my styling. Any workaround? If not, am I just better off trying to change the Tremor components i have into something like AntG2 -- https://g2.antv.antgroup.com/en...
ambitious-aqua
ambitious-aqua8/2/2023

Using swizzle

Hello I've created a new project using npm create refine-app@latest In the components folder i do not see the code for Sidebar Earlier it was called Sider i believe. Can someone help me with the same...
sunny-green
sunny-green8/1/2023

Applying search params

hello , I am using hook useTable of antd to fetch data and filter form. I am trying to send keyword in url . Example : /v1/promotions?event_status=UPCOMING Can someone help me where it went wrong....
ambitious-aqua
ambitious-aqua7/27/2023

Hey folks

Hey folks, I created a new project using npm create refine-app@latest so I have following versions: ``` "@refinedev/antd": "^5.7.0", "@refinedev/cli": "^2.7.4",...
extended-salmon
extended-salmon7/13/2023

GraphQL support for nodes and edges

Hi @Omer I am trying to use Elide's GraphQL API and trying to use refine-graphql. Elide returns data inside edges and node format. ```JSON { "data": {...
national-gold
national-gold7/4/2023

Ant Design Pro Layout issue

Hi, I'm facing this issue suddenly from today can anyone help me with this, worked fine till yesterday.
No description
ratty-blush
ratty-blush7/3/2023

By the way is it planed to have an

By the way is it planed to have an Express BO option ?
genetic-orange
genetic-orange7/3/2023

Where is the license claimed

Where is the license claimed?
ratty-blush
ratty-blush7/1/2023

Hi i am stuck with google OAUTH someone

Hi i am stuck with google OAUTH someone available to help me ?
genetic-orange
genetic-orange6/25/2023

Am I stupid or what

Am I stupid or what? const { data, error } = useList<ApiData, HttpError>({...}) - type of error is HttpError. const { data, error } = useOne<ApiData, HttpError>({...}) - type of error is unknown. why?...
future-harlequin
future-harlequin6/25/2023

So I installed Refine with all the

So, I installed Refine with all the necessary dependencies. However I'm trying to edit(Sider) of the default blog project but I can't see any Sider file under my components or any other files. See attached images....
No description
plain-purple
plain-purple6/25/2023

Hi everyone I m new to refine and I

Hi everyone, I'm new to refine and I couldn't find anywhere a nice way to make a useSelect depend on another one. In my case I have states and cities ressources in a rest api backend, and in a Form I wanted the cities to be filtered out by the currently selected state. How to acheive this in a nice way ?
afraid-scarlet
afraid-scarlet6/23/2023

Apart from Crude can someone also add

Apart from Crude can someone also add functionalities to the refine application?. I have an already built application and I wish to integrate it with refine for the CRUDE functionality. Is there a way I can import to the application?
sunny-green
sunny-green6/15/2023

is it just me or the hackaton register

is it just me or the hackaton register is not working?
national-gold
national-gold6/12/2023

Hi Currently in the midst of migration

Hi ! Currently in the midst of migration ```ts <Authenticated fallback={<CatchAllNavigate to="/auth/login" />}> <ThemedLayoutV2...
apparent-cyan
apparent-cyan6/10/2023

[FEAT]: Provide a way to tweak navigatio...

Hello! Will someone help me out on running the example? I'm not sure what command will I have to use to start the examples. I'm working on this issue - https://github.com/refinedev/refine/issues/4310 Ran following commands so far!...
national-gold
national-gold6/6/2023

Hello need to include tailwind css to

Hello, need to include tailwind css to already existing refine.js with nextjs, ant-design ? any reference?
quickest-silver
quickest-silver6/1/2023

Is refine for a admin panel or for a

Is refine for a admin panel, or for a whole website? Because I have to replace mainly the whole front page, to be able to add my own page. How do I route the main “welcome to refine” page out?...
foreign-sapphire
foreign-sapphire6/1/2023

hey guys please who do i pitch for a

hey guys, please who do i pitch for a technical article idea?
foreign-sapphire
foreign-sapphire5/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?...