DEV Community

fisher762
fisher762

Posted on

Which open-source JavaScript framework is recommended for building a feature-rich multivendor ecommerce platform?

I am planning to create an online multivendor eCommerce platform with a native mobile app experience, but I prefer not to use Flutter. I am exploring open-source frameworks such as Vue, Next.js, and React, or any other suggestions that might be more suitable.

I have already experimented with the following repositories:

Skateshop
Next.js Starter Medusa

Do you have any recommendations or experiences with other frameworks that could be a good fit for my project?"

Top comments (1)

Collapse
 
lexlohr profile image
Alex Lohr •

For the native apps, you could try Tauri, which allows you to use the same web frontend as your page inside a native web view and augment it with your own middleware written in rust. You can then use React, Vue or Solid.js to build the page.