What do these frameworks do? Isn’t React itself a framework? Why do your frameworks have frameworks of their own???
Afterwards I would recommend Nextjs.
Remix has some great concepts, however Nextjs is more mature when it comes to documentation, tutorials and deployment. So as a general statement by choosing Nextjs you'll have an app in production quicker than if you chose Remix.
If I were starting a project today, where my main customers are Windows desktop users, I would use one of their native SDKs/Frameworks. If I was trying to target iPhone users then I would use Swift... If I was interested in building crufty, unmaintainable, 3-year-rewrite, slug-machine software then I would pick Tauri or Electron... I was into developing a quick MVP then I would use Django or Rails... If I hated myself enough then I would use any of these wheel-reinvention JS microframeworks...
That said, IMO React is so unpleasant to use (compared to alternatives) that I'd urge you to keep an open mind about your alternatives. Svelte, Mithril, Vue, Angular, and many more.
I have been contracted to standup a new React application complete with user guides and landing pages numerous times in recent years. I found that there wasn’t a simple React framework yet that took care of all of the reusable boilerplate code, and allowed you to build an expressive and professional website.
In a more recent project, I was contracted by a startup to build out a React frontend, complete with a user guide and blog. We ended up using Next.js, Docusaurus, and Wordpress to get a quick MVP out the door. This was a pretty good distributed setup, but I knew there had to be a better way to have everything under one project.
Elegant is a fully scaffolded React frontend built with Next.js, Tailwind CSS, and MDX Loader.
Elegant allows me to prototype a quick MVP, and throw it up online super fast by only modifying the .env config file. It’s lightening fast, and already outperforms any Wordpress site. It has a near perfect SEO score, and this is just the beginning.
I’m planning a SHOW HN soon to see what everyone’s thoughts are.
Shameless plug: https://www.elegantframework.com/blog/2023-04-05-elegant-fra...
Nextjs would be great if all I ever needed to do was fetch stuff