DEV Community

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

fisher762 on March 05, 2024

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 explori...
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.