Hey all, just looking for some advice. I’d like to do a WASM application, just generally like a calendar + notes app. I’d like it to work on mobile and desktop through the browser. It’ll be served through Actix with Diesel for the backend. For the “frontend” I was thinking egui or leptos.

I’d like to avoid any JavaScript, so thought SSR might be the best approach.

Any thoughts/pitfalls? Should I look at something else for the frontend?

Its a lot of working parts for a calendar + notes app, but this will be a testing ground to see if I can get it all going :S

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    24 days ago

    Egui seems great to me so far, not super experienced with it yet though. I think you can get away with very little js using egui for rendering.

    • Matty_rOP
      link
      fedilink
      arrow-up
      2
      ·
      23 days ago

      How do you find working with it? Especially the debugging side?