-
-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration from pages to app #14
Comments
Hi @mrbodich Yes it is in my roadmap. |
Thank you! Do you have any rough estimate? I just need to understand if I can wait a bit or it would take to long. |
Most likely by this or next week. |
I would like to migrate pages to app however, I am currently stuck here until they release official support, or we may need to explore an alternate package. |
hello, any update ? |
Hi @pjanickovic , it is still in progress |
Unable to use dot notation component in server component |
@kitloong do you think it has a chance? I am about to migrate a CRA into nextjs. My app uses bootstrap so your bolierplate seems like a good start. Thx |
Hi @pjanickovic Please check out the |
Thanks,
Great job, btw are you sticking with react-bootstrap? For this new project I am planning and considering nextjs, reading different webs bootstrap does not seem like an ideal solution for nextjs especially when it comes to SSR. But honestly I am not sure what to use, spend hours now comparing Ui libs.
Do you have any experience with this?
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Kit Loong ***@***.***>
Sent: Wednesday, December 27, 2023 3:00:53 PM
To: kitloong/nextjs-dashboard ***@***.***>
Cc: pjanickovic ***@***.***>; Mention ***@***.***>
Subject: Re: [kitloong/nextjs-dashboard] Migration from pages to app (Issue #14)
Hi @pjanickovic<https://github.com/pjanickovic> Please check out the main branch for app routers
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2QYHEH5QYUM6OBLQNB2BP3YLQSZDAVCNFSM6AAAAAAYRAPQ6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZQGMZTENZXGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
In my personal preference, I find the CoreUI styling and its mobile phone view design, especially the sidebar navigation for different views, quite appealing. I opt for react-bootstrap due to CoreUI being built with Bootstrap. I like the idea of Tailwind CSS. I will use utility classes whenever it is possible, as indicated in the source code. However, the migration from Bootstrap to Tailwind is time-consuming, considering to keep the current look and feel. The "First Load JS shared by all" of Bootstrap is actually not too bad. Bootstrap
Vanilla Next.JS
But of course, there is overhead to downloading a total I think the team members learning curve and future maintenance cost should be taken into account too if you are building an enterprise-ready product. These opinions are personal, and I welcome any suggestions. |
well said, but still, SSR (Server Side Rendering) support does not work well, I see you did not add the to wrap the app, what that intentional ? (link: https://react-bootstrap.netlify.app/docs/getting-started/server-side-rendering/) when I add it, I implicitly need to add "use client" because Bootstrap relays on the context (the long thread you posted above has a heavy discussion). I agree the footprint for both is quite ok, even when i count the css. My case is I have been working on an internal dashboard, which in 2 years grew significantly, now accomodating data from various internal systems, support processes etc. currently built on CRA, and I know it will grow more, so I am looking for a right approach. Preliminary I choose nextjs because of new support for SSR, RSC, and seems Bootstrap is not a match for this. |
|
Really ?? I spent hours of browsing about this but you are the first to mention this
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Kit Loong ***@***.***>
Sent: Sunday, December 31, 2023 7:01:02 AM
To: kitloong/nextjs-dashboard ***@***.***>
Cc: pjanickovic ***@***.***>; Mention ***@***.***>
Subject: Re: [kitloong/nextjs-dashboard] Migration from pages to app (Issue #14)
SSRProvider is not needed in React 18 or above. Next.JS server component and client component are ssr by default.
—
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A2QYHEEE6PB4BNVTLOB2FT3YMD5R5AVCNFSM6AAAAAAYRAPQ6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGY3TSOJRGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hello. Do you have a plan to migrate your template from the
pages
to theapp
next.js directory?The text was updated successfully, but these errors were encountered: