correct-apricot
correct-apricot14mo ago

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?
5 Replies
kapa.ai
kapa.ai14mo ago
Hi @batuhanw. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
rare-sapphire
rare-sapphire14mo ago
Hello @ariericyron could you elaborate more on the use-case you want to have? We'd like to help you. You can use refine with existing applications also, you just need to wrap relevant routes with <Refine /> component, and the hooks and components we provide should just work as long as they are wrapped with refine context.
kapa.ai
kapa.ai14mo ago
Sorry @batuhanw, I seem to be having a bit of trouble. Don't worry though, I've pinged my supprt and they will try to fix me up! :technologist: Perhaps try again in 15mins?
correct-apricot
correct-apricot14mo ago
I have a react app that has already been built and I want to integrate it with refine for CRUD functionality only. How do I go about it
rare-sapphire
rare-sapphire14mo ago
You need to wrap your app's relevant pages with <Refine > component: https://refine.dev/docs/api-reference/core/components/refine-config/ Depends on your router (react router v6, nextjs, remix) it can ben handled differently. Please check our examples directory https://github.com/refinedev/refine/tree/next/examples We have a lot of examples here which you can benefit.
| refine
`` component is the entry point of a refine app. It is where the highest level of configuration of the app occurs.
GitHub
refine/examples at next · refinedev/refine
Build your React-based CRUD applications, without constraints. 🌟 Star to support our work! - refine/examples at next · refinedev/refine