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
plain-purpleā¢2y 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/absent-sapphireā¢2y 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
plain-purpleā¢2y ago
Jsm video uses refine@3. To use that version, you should use this command:
npx create refine-app@1.5.4
unwilling-turquoiseā¢2y ago
npx not work with me it is npm not npx
absent-sapphireā¢2y ago
yea npx didn't work for me as well so i did and still didnt get the option
plain-purpleā¢2y ago
Sorry let me double check
absent-sapphireā¢2y ago
no problem
plain-purpleā¢2y ago
sorry i was wrong, I will ask other friends in the core team how to create the same project in the video
absent-sapphireā¢2y ago
ok sounds good š
plain-purpleā¢2y ago
Can you use this command please š
npm create refine-app@latest -- --branch v3
absent-sapphireā¢2y ago
that seems to be the same
thank you so much!
plain-purpleā¢2y ago
again, sorry for the confusion
absent-sapphireā¢2y ago
no problem
thank you and the team here for such quick responses
I really appreciate it
plain-purpleā¢2y ago
thanks š
unwilling-turquoiseā¢2y ago
thank you so much ā¤ļø it is working now but I have a question so refine-app@latest -- --branch v3 the last version?
plain-purpleā¢2y 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
optionfascinating-indigoā¢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!