How to Build A Full Stack Rust Dashboard App with Leptos, Actix Web & SurrealDB (Full Tutorial)

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 44

  • @WhiteSponge
    @WhiteSponge  2 місяці тому +5

    The FREE source code is now available on GitHub here at github.com/WhiteSponge/rust_dashboard_app/ ! Hope you have fun with it!
    Also some useful links here:
    Leptos: leptos.dev/
    SurrealDB: surrealdb.com/

  • @Jcing95
    @Jcing95 Місяць тому +3

    Could you make a tutorial covering authentication (login, register, pageaccess) using this stack? That would be really helpful!

    • @WhiteSponge
      @WhiteSponge  28 днів тому +1

      Hey hello! Yes that does sound like a good idea 😆

    • @firstname9150
      @firstname9150 4 дні тому

      I second this request 😀

  • @jasonlantz3808
    @jasonlantz3808 2 місяці тому +1

    great tutorial... great selection of technologies. very well executed. kudos to you sir...

  • @tonytiger6874
    @tonytiger6874 Місяць тому

    Great video and explanation as you're going through each step. 10/10

    • @WhiteSponge
      @WhiteSponge  Місяць тому

      @@tonytiger6874 thanks! Hope it was helpful!

  • @karnabalaj9036
    @karnabalaj9036 2 місяці тому +1

    Just what i needed. Keep em coming king

  • @kevincodes674
    @kevincodes674 2 місяці тому +1

    Ah, that's the Rust on RALS stack lol. I just submitted a project for university a couple weeks ago using this. Wish the video came out back then 😅

    • @WhiteSponge
      @WhiteSponge  2 місяці тому +1

      Hahahaha hope you had fun when you were doing it 😁!

  • @indierusty
    @indierusty 2 місяці тому +1

    Excellent content. Can we have Leptos Axum Postgress with testing and docker next video?

    • @WhiteSponge
      @WhiteSponge  2 місяці тому +1

      Haha hope it was helpful! That does sound like a viable stack choice!

  • @Iturner72
    @Iturner72 2 місяці тому

    thank you so much for this! this helps a lot :)))

    • @WhiteSponge
      @WhiteSponge  2 місяці тому

      @@Iturner72 haha hope it was! 😆

  • @GlobalYoung7
    @GlobalYoung7 2 місяці тому +2

    thank you 🎉

  • @anil80531
    @anil80531 2 місяці тому +2

    What do you think of egui for web

    • @WhiteSponge
      @WhiteSponge  2 місяці тому +1

      I think it's a possible alternative especially if you're used to it!

  • @filipkrivcik1786
    @filipkrivcik1786 2 місяці тому +1

    Thank you

    • @WhiteSponge
      @WhiteSponge  2 місяці тому

      @@filipkrivcik1786 no thank you too!

  • @a_rugau
    @a_rugau 2 місяці тому

    Well done, looking forward to it! :D

  • @diallo9149
    @diallo9149 2 місяці тому

    what are we building , just joined !!!

    • @WhiteSponge
      @WhiteSponge  2 місяці тому

      We're building a dashboard app!

  • @JR-wu3rx
    @JR-wu3rx 2 місяці тому

    yes sir!! Thank you!

  • @ncpeaksean4278
    @ncpeaksean4278 2 місяці тому

    Awesome

  • @silq300
    @silq300 14 днів тому

    Next video react native and backend rust ples

    • @WhiteSponge
      @WhiteSponge  14 днів тому

      That is actually an awesome idea!

    • @silq300
      @silq300 12 днів тому

      @@WhiteSponge Please do this because you will be the first one to do this in detail.

    • @WhiteSponge
      @WhiteSponge  12 днів тому

      @@silq300 ahahaha I actually have a video recorded! So most likely this will be the one after the next (1 or 2 videos) lol

    • @silq300
      @silq300 12 днів тому

      @@WhiteSponge I am waiting for you with enthusiasm

  • @ok-alarm
    @ok-alarm 2 місяці тому

    nice!!

    • @WhiteSponge
      @WhiteSponge  2 місяці тому +1

      Hey thanks man! :D

    • @ok-alarm
      @ok-alarm 2 місяці тому

      @@WhiteSponge can you do an expense tracker or any app through tauri? I'm still learning rust and planning to learn tauri as well. 👍

  • @Mr.finance_vijay
    @Mr.finance_vijay 2 місяці тому

    Wating for it

  • @yuridelossantos569
    @yuridelossantos569 2 місяці тому

    surrealdb has a lot of modern features but it is too slow, not only at the query level, but with storage level (tikv).

    • @WhiteSponge
      @WhiteSponge  2 місяці тому

      for sure it isn't as mature as other databases as it's still relatively new! Would be interesting to see some benchmarks!

    • @yuridelossantos569
      @yuridelossantos569 2 місяці тому

      @@WhiteSponge true and even surrealdb got matured, unless it makes its storage layer native, it is still slow. there are two hops of network the data needs to travel back and forth that is, the query layer in one machine and the storage layer(tikv) in another. speed in database is very important, that's the reason why discord left cassandra for scylladb.