DEV Community

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

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.