Remix.run, a great framework for Single Page Applications
October 27, 2023

Remix.run, a great framework for Single Page Applications

Axel Somerseth Cordova | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with Remix.run

We are using Remix as our framework for an order managing project. It was easy to start with if you know React and Node. We also implemented a REST-flavor API with loaders, actions and server-side functions.
Our project is a Single Page Application with a cloud NoSQL database, an CSS framework, and other technologies.

Our platform lets the user signup and register their organization. The user can invite teammates, and manage orders for social media professional services.
  • Page loading
  • Nested routes
  • Parallel data loading
  • Request handling
  • Lazy loading
  • Only frontend third-party library integration
  • Easy to build on
  • Easy to use
  • Be careful If a developer doesn't know React and Node
We wanted to have a data-driven routed application, and an useful backend to handle request for other client apps later.

Do you think Remix.run delivers good value for the price?

Yes

Are you happy with Remix.run's feature set?

Yes

Did Remix.run live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of Remix.run go as expected?

Yes

Would you buy Remix.run again?

Yes

You will love to use remix if you love using React and Node.
Be careful, read the docs first because Remix sometimes has its flavor to do the things you know.

Remix is awesome for building Single Page Applications.
But, if you want to have a REST API on your backend, probably you will struggle a little bit.