Static, Incremental, and Serverside rendering in Perseus

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

КОМЕНТАРІ • 6

  • @GlobalYoung7
    @GlobalYoung7 Рік тому

    thank you 😊

  • @dawiddanieluk9164
    @dawiddanieluk9164 2 роки тому

    Yo, great job on covering so many rust frameworks. I think you could upload some summary video with your thoughts on viability of rust on frontend vs regular javascript. What were good experiences compared to JS workflow, what was bad etc. Right now you do great job in covering frameworks in objective way, but I think there are people like me that would like to know your opinion on it.

    • @chrisbiscardi
      @chrisbiscardi  2 роки тому +2

      yeah I probably will in some way make this video, even if it's just a short or something similar. I probably won't make it until I take on a real-world Rust/Wasm UI project on the channel, which is something that I'm planning now.

  • @azzamsya
    @azzamsya 2 роки тому

    Thank you!

  • @larrymarso4492
    @larrymarso4492 2 роки тому

    I know sycamore, still this was hard to follow 😂.

    • @chrisbiscardi
      @chrisbiscardi  2 роки тому +4

      yeah I think it would benefit from not having so many jargony names.
      It's basically that you can use Rust to render HTML, you can do that either at build time or at server runtime, and you can also determine when to invalidate the cache for a specific URL and re-render it. On top of that, you can use any information in the request as long as you merge it into the same struct as the page state.