Can I still use v3?
Hello,
I'm trying to follow a tutorial from Javascript Mastery and I think he used the v3 of refine. Would I still be able to use that version to create my application and then just migrate it to 4 once done?
7 Replies
Hey @jim_m! I'm the kapa.ai support bot. I've searched through the docs to try to answer your question. :wave:
----------------------
Yes, you can still use refine v3 to create your application and then migrate it to v4 once you're done. Refine v4 provides backward compatibility for some features like
authProvider
and routerProvider
by using legacyAuthProvider
and legacyRouterProvider
respectively. However, it's recommended to eventually migrate to the new features and interfaces provided in v4.
When you're ready to migrate, you can follow the migration guide from 3.x.x to 4.x.x (https://refine.dev/docs/migration-guide/3x-to-4x) to update your project accordingly. This guide covers changes in package names, updates to dataProvider
, authProvider
, routerProvider
, and other necessary steps for a smooth migration.
----------------------Migrating from 3.x.x to 4.x.x | refine
Motivation behind the release
<@247833093271060482> kapa.ai is still learning and improving, please let us how it did by reacting below
stormy-gold•2y ago
Because I'm trying to customize the sider but the file structure is different from v3 :/
I'm trying to edit the Sider in Material UI but I can't find it sadly
like-gold•2y ago
you can use this command to create v3 reifne app
npm create refine-app@latest -- --branch v3 tutorial
stormy-gold•2y ago
Thank you!
like-gold•2y ago
ty for asking this OP