Have refine support strap v5?

Have refine support strap v5?
11 Replies
kapa.ai
kapa.ai2mo ago
Hi @tingadev. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. You might want to check the Refine documentation (https://refine.dev/docs/) for more information on supported integrations and updates. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@761921731505946634> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
yappiest-sapphire
yappiest-sapphireOP2mo ago
Have refine support strapi v5? Have refine support strapi v5? @kapa.ai
kapa.ai
kapa.ai2mo ago
Let me check the knowledge base for you again. One moment! :books: ---------------------- Hmm, I don't know enough to give you a confident answer yet. You might want to check the Refine documentation (https://refine.dev/docs/) for more information on supported integrations and updates. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@761921731505946634> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
yappiest-sapphire
yappiest-sapphireOP2mo ago
Have refine support strapi v4? Have refine support strapi v4? @kapa.ai
kapa.ai
kapa.ai2mo ago
Let me check the knowledge base for you again. One moment! :books: ---------------------- Yes, Refine does support Strapi v4. You can use the @refinedev/strapi-v4 package to integrate Strapi v4 with your Refine application. Here are some relevant details and links: 1. Installation: You can install the Strapi v4 data provider using npm, pnpm, or yarn:
npm install @refinedev/strapi-v4

npm install @refinedev/strapi-v4

Source (https://refine.dev/docs/data/packages/strapi-v4/#setup) 2. Usage: You can configure the data provider in your App.tsx file as follows:
import { Refine } from "@refinedev/core";
import { DataProvider } from "@refinedev/strapi-v4";

const App: React.FC = () => {
return (
<Refine
dataProvider={DataProvider("API_URL")}
/* ... */
>
{/* ... */}
</Refine>
);
};

import { Refine } from "@refinedev/core";
import { DataProvider } from "@refinedev/strapi-v4";

const App: React.FC = () => {
return (
<Refine
dataProvider={DataProvider("API_URL")}
/* ... */
>
{/* ... */}
</Refine>
);
};

Source (https://refine.dev/docs/data/packages/strapi-v4/#usage) 3. Example: You can try an example of the Strapi v4 data provider locally or on CodeSandbox:
npm create refine-app@latest -- --example data-provider-strapi-v4

npm create refine-app@latest -- --example data-provider-strapi-v4

Try on CodeSandbox (https://codesandbox.io/embed/github/refinedev/refine/tree/master/examples/data-provider-strapi-v4?view=preview&theme=dark&codemirror=1) Source (https://github.com/refinedev/refine/blob/master/examples/data-provider-strapi-v4/README.md) For more detailed information, you can refer to the Refine Strapi v4 documentation (https://refine.dev/docs/data/packages/strapi-v4/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@761921731505946634> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
yappiest-sapphire
yappiest-sapphireOP2mo ago
@kapa.ai how about strapi v5?
kapa.ai
kapa.ai2mo ago
Let me check the knowledge base for you again. One moment! :books: ---------------------- Hmm, I don't know enough to give you a confident answer yet. You might want to check the Refine documentation (https://refine.dev/docs/) for more information on supported integrations and updates. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@761921731505946634> Kapa.ai is still learning and improving, please let me know how I did by reacting below.