A full working loop: Deploying Leptos to Fly.io

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 11

  • @irlshrek
    @irlshrek ปีที่แล้ว +8

    Loving this series!

  • @CuriousSpy
    @CuriousSpy ปีที่แล้ว +5

    After month of pain in sycamore i decided to keep my frontend in js world. It's just not ready yet. Too much boilerplate and too much workarounds needed right now

    • @chrisbiscardi
      @chrisbiscardi  ปีที่แล้ว +1

      yeah, that's a completely understandable position. wasm-based frameworks still have a lot to prove. JavaScript/HTML/CSS has a firm lead as the default solution stack and will for quite awhile. Today, I believe choosing wasm is definitely a bet on the future more than the defacto best solution for a new project.

    • @CuriousSpy
      @CuriousSpy ปีที่แล้ว +1

      @@chrisbiscardi it was fun tho :)

  • @oopss794
    @oopss794 ปีที่แล้ว +2

    hello chris , i wonder if you can make a video about how to deploy axum on ubuntu server & keep it alive

    • @chrisbiscardi
      @chrisbiscardi  ปีที่แล้ว +5

      That might work well as a short 🤔

  • @chris.dillon
    @chris.dillon ปีที่แล้ว +1

    "It was DNS" watercolor painting
    "It was my code" framed pixel art
    "It was CORS" crochet

  • @adam-the-dev
    @adam-the-dev ปีที่แล้ว

    Is dioxus an option you could have used in place of leptos or yew? Or would it not work for this use case?

    • @chrisbiscardi
      @chrisbiscardi  ปีที่แล้ว +1

      theoretically yes, Dioxus can do SSR and can do wasm. I haven't tried the 0.3 release line of dioxus yet, but I did run into some show stopping changes when I tried the 0.1/0.2 releases last year. Dioxus is still early, only about a year old, so I expect it will get better over time.

    • @adam-the-dev
      @adam-the-dev ปีที่แล้ว +1

      ​@@chrisbiscardi Ok thanks. Leptos seems really interesting, Greg has a lot of cool videos showing off how it all works. But I still like the sales pitch Dioxus makes with performant desktop apps from the same codebase as the web app.