Need a framework for serving a react app

Hello. So unexperienced frontend dev here. Basically, 3 or 4 months ago I started working on a project and I committed the capital sin of using create-react-app. Just now, I realized that my app is useless for SEO because robots cant use javascript to render the app. I also don’t have the time to redo the app in a framework like next.js.

My only way of getting to do things on time is by using a framework that can return the index.html and the rest of the production version of the app. And the landing page, frequent questions, etc, should all be static files that the robots can easily process.

Could someone please give me a suggestion for a framework? It would be much appreciated

1 Like