zomh
Explore posts from serversRRefine
•Created by quickest-silver on 3/12/2024 in #ask-any-question
Refine and Server Components
Here is some more information (don't know if its still up to date):
https://github.com/vercel/next.js/discussions/51091
Nextjs docs:
https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#fetching-data-on-the-server-with-third-party-libraries
Still looking for more information on this. So please contribute if you have some experience or info regarding this
6 replies
RRefine
•Created by national-gold on 3/12/2024 in #ask-any-question
Refine and Server Components
I found some additional information here:
https://refine.dev/docs/routing/integrations/next-js/#how-can-i-use-my-providers-in-the-both-server-and-client-side
It basically says to simply
await getData()
.
Remaining queston: Fetching in server components using Axios, i guess that is because of auth tokens?. However Nextjs documentaiton is recommanding their fetch
. Can anyone shed some light regarding this?6 replies
RRefine
•Created by deep-jade on 7/11/2023 in #ask-any-question
resource.route is deprecated
Hello @Omer,
first of all thank you for answering all of my questions.
I have to admit that I was ( and am) very spoiled by the great support of the refine team.
I see refine is growing and so is the discord and the need for support. So i was just asking if you maybe swapped to bot only support which would have been understandable for me. I did not mean to imply any bad feelings about it whatsoever.
So thank you and the refine team
12 replies
RRefine
•Created by conscious-sapphire on 7/11/2023 in #ask-any-question
resource.route is deprecated
Are you guys not answering anymore questions in here is it just the bot now? Didn't get any answer to my last 3 questions 🫥
12 replies
RRefine
•Created by metropolitan-bronze on 7/11/2023 in #ask-any-question
resource.route is deprecated
@kapa.ai i did define my routes as you mentioned. However i'd like to read the current route in a different component. I know i can use pathname from useparsed but that gives me the exact url i just want to know on which route the user currently is
12 replies