arunavabasucom / radis-app

A web app for high-resolution infrared molecular spectra using RADIS
https://radis.app
GNU Lesser General Public License v3.0
11 stars 16 forks source link

Next js migration!! #686

Open arunavabasucom opened 1 year ago

arunavabasucom commented 1 year ago

🔖 Feature description

Next js migration!!

👉 Why you want this feature!!

No response

arunavabasucom commented 1 year ago

@anubhav2102 , can you take this up we need migrate the front end into next js !!

anubhav2102 commented 1 year ago

@anubhav2102 , can you take this up we need migrate the front end into next js !!

Sure @arunavabasu-03, do assign me this, I will start working on it.

suzil commented 1 year ago

What is the advantage of moving this project to Next.js? Right now it's a static site on S3 that's very cheap to distribute.

arunavabasucom commented 1 year ago

As per current react docs they actually remove create-react-app, so I think it is better to migrate, Although we get a lot of extra support with NextJs !! @suzil what are your thoughts ??

suzil commented 1 year ago

I like having it as a static site since I can just put it on S3 and it is very cheap to host. Since it's a simple site, I don't think there's a lot of value for Next.js.

I've used https://vitejs.dev recently that improves performance for the development experience, if you are looking for an alternative to CRA.