19 Replies
Hey @amr007! I'm the kapa.ai support bot. I've searched through the docs to try to answer your question. :wave:
----------------------
I'm sorry, I don't have enough information to give you a confident answer yet. However, you can find more information about custom layouts in the Refine documentation (https://refine.dev/docs/advanced-tutorials/custom-layout/).
----------------------
<@582920716207259688> kapa.ai is still learning and improving, please let us how it did by reacting below
equal-aquaā¢3y ago
when you select "yes" it will came with layout
by the way, JavaScript Mastery video follows refine@3
if you wanna follow that tutorial i suggest to use:
npx create refine-app@1.5.4
for refine@3 version creation.
after you familiar with refine you can easily migrate to refine@4 with codemod support š https://refine.dev/docs/migration-guide/3x-to-4x/harsh-harlequinā¢3y ago
When i select yes for add example pages, there is no option asking if i want customized layouts as in the JSM video. And in my components folder I am missing many components that he has
equal-aquaā¢3y ago
Jsm video uses refine@3. To use that version, you should use this command:
npx create refine-app@1.5.4
adverse-sapphireOPā¢3y ago
npx not work with me it is npm not npx
harsh-harlequinā¢3y ago
yea npx didn't work for me as well so i did and still didnt get the option
equal-aquaā¢3y ago
Sorry let me double check
harsh-harlequinā¢3y ago
no problem
equal-aquaā¢3y ago
sorry i was wrong, I will ask other friends in the core team how to create the same project in the video
harsh-harlequinā¢3y ago
ok sounds good š
equal-aquaā¢3y ago
Can you use this command please š
npm create refine-app@latest -- --branch v3
harsh-harlequinā¢3y ago
that seems to be the same
thank you so much!
equal-aquaā¢3y ago
again, sorry for the confusion
harsh-harlequinā¢3y ago
no problem
thank you and the team here for such quick responses
I really appreciate it
equal-aquaā¢3y ago
thanks š
adverse-sapphireOPā¢3y ago
thank you so much ā¤ļø it is working now but I have a question so refine-app@latest -- --branch v3 the last version?
equal-aquaā¢3y ago
we released v4 yesterday, you can read more detailed information here:https://refine.dev/docs/migration-guide/3x-to-4x/
refine-app@latest
use the latest CLI version,
-- branch v3
means, generate the template code compatible with refine v3
if you want to create refine app with latest version, you need to remove branch
optionrising-crimsonā¢2y ago
@alicanerdurmaz Thank you so much for the help! I just started this project and notice that plenty of components from v3 have been deprecated for v4. Everything seems to be working now!