genetic-orange
genetic-orange10mo ago

Hello everyone, I am trying to integrate

Hello everyone, I am trying to integrate Refine with Next.js 14 and encountered some issues. Can I ask for help here? The main problem is that I can hardly use any of Refine's hooks. During the Next.js compilation, it prompts that the hooks are not functions. What should I do?
1 Reply
optimistic-gold
optimistic-gold10mo ago
Hello @putao520 , you can't use react hooks in server components

Did you find this page helpful?