Open devvsakib opened 1 year ago
Hi!I hope you are doing well i will convert React frontend to Next js plz assign this issue to me
Assigned @moizsheraz . Good Luck and be careful
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') }) .then(dataUrl => { setContributorCard(dataUrl); })
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
git add .
git commit -m "yourmessage"
git push
Done
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.