Why Astro will be your favorite web app framework

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

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

  • @markmental6665
    @markmental6665 ปีที่แล้ว

    once i tried astro i was hooked! its really a better approach for multi page sites than having an SPA imo

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

    Your contents are so cool mate! Keep them going 😀💯💪

  • @IainSimmons
    @IainSimmons 3 ปีที่แล้ว +7

    This is a really great, succinct summary and explanation of Astro, which I've just recently started trying out.
    Also... are you an Aussie too? 🙂

    • @DevTrends_io
      @DevTrends_io  3 ปีที่แล้ว +3

      Thanks! And yep, true blue Aussie

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

    Seu vídeo ficou muito bem feito!

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

    Great video!

  • @leonf.7893
    @leonf.7893 2 ปีที่แล้ว

    I noticed the backend JS functionality. Does this mean Astro requires NodeJS to run in production?

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

      No. NodeJS is just for development work. After you're done, you can run a command to compile your code. Astro compiles them into HTML, CSS & JS. You then deploy the complied code.

  • @emonymph6911
    @emonymph6911 3 ปีที่แล้ว

    Does Astro work with web components from Lit-elements or StencilJS? And how would that work? Astro gives island architecture permission to loud web component stencil-navbar via react-lib?

  • @uquantum
    @uquantum 2 ปีที่แล้ว

    Terrific, clear explanation of the key benefits of Astro. I wonder if there are any concrete functional use cases for using Astro vs SvelteKit, as they seem quite similar (SvelteKit cannot claim to ship 0kb js!), or perhaps it's just wonderful to have choices! Thanks for making these vids

  • @maybeanonymous6846
    @maybeanonymous6846 3 ปีที่แล้ว +3

    this is astronomical.

  • @neoprint3d
    @neoprint3d 2 ปีที่แล้ว

    Just subbed

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

    Thanks for the helpful vid man! One piece of advice though, there are a lot of long pauses in between the points you are making and stuff you're saying, and it makes it sound a little off.

  • @LennyBakkalian
    @LennyBakkalian 2 ปีที่แล้ว

    sorry but this is total garbage. every "known" js framework nowadays offers ssr (prerendered or cached) with rehydration. a bit sad that you present astro here as the "ultimate solution", whereas this technique or lazy loading is nothing new.