- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 125
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
[FEAT]: Move CRA project to Next.js #351
Comments
Hi!I hope you are doing well i will convert React frontend to Next js plz assign this issue to me |
Assigned @moizsheraz . |
Any deadline to complete it? |
CRA is dead, so it will be better if we move to nextjs as fast as possible, What deadline do you expect? |
what do you expect form a contributor? |
not too late, not too fast. Max 2/3 days will be enough if I'm not wrong. |
Done! |
Hi! Whole Project has been converted to Next js but I am getting one error can you help me out? |
Sure, Could you please share the error message with me so I can better understand the issue? |
htmlToImage.toPng(template,{ find: (node) => (node.tagName !== 'i') }) In the contributer card generation image is not appearing also generate card button is not working |
Kindly share "Error Message" |
Bro the Project has been whole converted to Next js but there are one or two errors . Should i make PR? |
there are no major issues just one or two issues |
Is it causing any major error? or it has no effect on the website @moizsheraz? If it's not, you can submit PR |
No, no major issue and I want some help form you regarding PR |
Sure, submit PR |
i have convert all the project by making new next js project now i make PR if you guide i will be Thankful |
should i move the converted project folder inside cloned project? I am new to open source. |
Sorry for that, I didn't understand what did you mean by that |
I have convert your Project by creating new next app and now i want to make PR how i make PR ? |
push all code to your cloned repository, then you will see a message to open pull request |
ok |
okay |
Done plz check |
Is your feature request related to a problem? Please describe.
Currently, our project is built with Create React App (CRA). However, we would like to migrate the project to Next.js in order to take advantage of its benefits such as server-side rendering, automatic code splitting, and simplified routing.
This issue will involve the following tasks:
Describe alternatives you've considered
If something bad happens, we will abort the migration.
The text was updated successfully, but these errors were encountered: