orcasound / orcamap-react

ReactJS version of Orcamap (current version of orcamap project)
MIT License
22 stars 34 forks source link

Convert from CRA to Next? #27

Open ivanoats opened 3 years ago

ivanoats commented 3 years ago

We should consider moving from a Create-React-App base to NextJS

1) more of a production grade system 1) API route and SSG capabilities 1) better experience builder for resumes for bootcampers / GSoC students

Docs: https://nextjs.org/docs/migrating/from-create-react-app

What do you think? Add this to the Roadmap? (#23)

DhananjayPurohit commented 3 years ago

I completely agree.

Devesh21700Kumar commented 3 years ago

Yeah i guess it might be better with NextJS. probably even more benefits if we have a quite some number of pages ,then NextJS's API route and SSG coukd be used

sahil-shubham commented 3 years ago

Hi there @ivanats, I have worked with NextJS for a few projects and looked into the prospects of moving the current repository from Create-React-App to NextJS. These are my thoughts, let me know what you think about them:

TL;DR In my opinion, moving to next would open a lot of features which can be used in the future if not being used now. Moving to next.js would be a little hard in the beginning but because of orcamap-react being in the beginning stages, one would appreciate the move later. We would also get to learn a lot of new things, which is what I always look forward to.