correct-apricot
correct-apricot•6mo ago

can I extend my refine app to have home page of my blog and other front end pages ?

can I extend my refine app to have home page of my blog and other front end pages ?
6 Replies
kapa.ai
kapa.ai•6mo ago
Hi @toxi_teemo. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Refine is a React-based framework primarily designed for building data-intensive applications. It provides a lot of out-of-the-box functionality for rapid development, including CRUD operations, authentication, and more. However, the extracts provided do not specifically mention the ability to extend a refine app to include a blog homepage or other frontend pages. That being said, since Refine is built on React, it should theoretically be possible to extend your application to include any additional frontend pages as you would in a typical React application. You would need to create new React components for your pages and add routes for them in your application. Please refer to the official Refine documentation (https://refine.dev/docs/getting-started/overview/) for more detailed information on how to work with Refine. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai•6mo ago
<@450983052903186442> kapa.ai is still learning and improving, please let us know how it did by reacting below
helpful-purple
helpful-purple•6mo ago
Hello @toxi_teemo, Ofcourse you can. just create new remix route and implement your homepage 🙃
correct-apricot
correct-apricot•6mo ago
thank you💖. I did that. But now I am stuck with layout of the home page that I just made. I changed all refine route to admin._layout.tsx from _layout.tsx. Can I initialize <Refine/> else where other than root.tsx ? I am using remix.
helpful-purple
helpful-purple•6mo ago
You can but can't use refine related hooks and components across your all application. I believe this documentation could be helpful https://refine.dev/docs/guides-concepts/usage-with-existing-projects/
correct-apricot
correct-apricot•6mo ago
okk thank youu💖💖💖