DioxusLabs / example-projects

Featured Dioxus projects on how to build clean user interfaces in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite examples with Dioxus v0.5

tkr-sh opened this issue · comments

Rewriting examples with v0.5 might help new comers ?

  • TodoMVC
  • iOS demo
  • File Explorer
  • E-commerce
  • Wifi Scanner
  • Weather App
  • Dog App

Some of the examples were updated and moved into the main repo in DioxusLabs/dioxus#1941

Oh, so only wifi scanner and file explorer remains ?
In that case, maybe we should add more examples and remove the ported ones ?

Oh, so only wifi scanner and file explorer remains ? In that case, maybe we should add more examples and remove the ported ones ?

wifi-scanner, ecommerce-site, and the file-explorer were not ported. We should definitely remove the ported examples. Do you have specific examples you would like to add/see?

Few ideas:

  • Native components for mobile (map, camera (not supported in dioxus-std for now), etc.)
  • A project that is responsive in cross-platform and that works on every platform with one codebase
  • A youtube front-end in dioxus (I mean, it's possible and might not be thattt hard)