Make Astro Even Faster!

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

КОМЕНТАРІ • 51

  • @nielskersic328
    @nielskersic328 Рік тому +14

    I love this. Instead of everyone competing to be the next React, we’re getting two crazy good frameworks working together to offer us more ways to get the best performance 😎

  • @BosonCollider
    @BosonCollider Рік тому +13

    This is where I like the fact that HTMX is resumable by default. Copy the HTML and you've copied the entire frontend state, just like with Qwik, but your backend does not have to be javascript

    • @ozanmuyes
      @ozanmuyes Рік тому +1

      Literally came to see such HTMX comment. Kudos 👏🏻 But really give it a try and decide for yourself

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

      You can build Astro to static html files and host it with something blazingly fast like nginx. So your backend doesn’t have to be JS 🎉

  • @themarksmith
    @themarksmith Рік тому +13

    Would love to see more on Astro!

    • @awesome-coding
      @awesome-coding  Рік тому +4

      It's one of my favorite frameworks - more content to come for certain!

    • @awesome-coding
      @awesome-coding  Рік тому

      @@ShimoriUta Will do!

  • @shubhamparmeshwartandale
    @shubhamparmeshwartandale 5 місяців тому

    Your videos are awesome

  • @vaisakh_km
    @vaisakh_km Рік тому +1

    Will it beat htmx?? in htmx, html can be generated in something like rust and streamed to client right?

  • @TerriTerriHotSauce
    @TerriTerriHotSauce 11 місяців тому +2

    Please compare this to HTMX or to ASTRO + HTMX.

    • @awesome-coding
      @awesome-coding  10 місяців тому

      Thanks for your suggestion!
      I have an HTMX video - ua-cam.com/video/cYLGboNUOlk/v-deo.html , but I'll definitely explore the topic further.

  • @TheKluVerKamp
    @TheKluVerKamp Рік тому +1

    this is awesome, Aweome!

  • @cachipum
    @cachipum 11 місяців тому

    Nice vídeo, did you hire fireship to make it or just copied him?

    • @awesome-coding
      @awesome-coding  11 місяців тому

      Pretty much copying until I get enough money to hire him.

  • @knolljo
    @knolljo Рік тому +1

    Astro is basically a SSG?

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

      It can do ssr too

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

      @@TechBuddy_ Ok, is it possible to write a Frontend in Astro and a backend in say Rust? Or does Astro always need a JS runtime like node? I've built a Website with astro, after running astro build i can just copy whats in the /dist folder to my server and have it hosted without a js runtime

    • @awesome-coding
      @awesome-coding  Рік тому

      Yep - as @TechBuddy_ mentioned, you can do SSG, SSR or a combination of both.

  • @qwoolrat
    @qwoolrat Рік тому +2

    can you review VanillaJS the fastest and most stable framework

    • @Nick-ti9rz
      @Nick-ti9rz Рік тому

      how would qwik not be faster than vanilla js? It fundamentally sends smaller bits of js than frameworks and vanilla js would

    • @Sandeep-zu7gd
      @Sandeep-zu7gd Рік тому

      @@Nick-ti9rz implement your own qwik like "small bit of js"-sender in vanilla

    • @awesome-coding
      @awesome-coding  11 місяців тому

      @Sandeep-zu7gd This is a good idea for a video :D Thank!

  • @universe_decoded797
    @universe_decoded797 Рік тому +1

    I think nextjs is enough for me, i’m done 😂

  • @seljuzgaming
    @seljuzgaming Рік тому +1

    Using astro is such a pain in the butt.. I hated coding in it

    • @awesome-coding
      @awesome-coding  Рік тому

      Hmm.. why is that? What where the main pain points.
      I am actually using it in production for quite a while now, and we have very good results both in performance and in DX.

  • @TechBuddy_
    @TechBuddy_ Рік тому +8

    You technically can get faster than this but you'll have to pull your hair out to maintain it or if you want to change anything 😂

    • @awesome-coding
      @awesome-coding  Рік тому

      Hmm do you think so? Where do you foresee pain points?

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

      Bro u dont know what ur talking about

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

      @@awesome-coding I was talking about the title 😅

    • @TechBuddy_
      @TechBuddy_ Рік тому +2

      @@echoptic775 how tf did you decide that based on two random lines I wrote in a comment 😂

    • @awesome-coding
      @awesome-coding  Рік тому

      @@TechBuddy_ Ah, got it!

  • @vaisakh_km
    @vaisakh_km Рік тому +4

    I am was afraid the a new faster JS framework dropped,
    but honestly i relieved yet disappointment at the end

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

    i tot sveltekit is fast enough

  • @TheMichaelK
    @TheMichaelK 10 місяців тому

    Everything's is a bit too fast in this video to follow… had to stop, rewind, and listen and read again, several times

    • @awesome-coding
      @awesome-coding  10 місяців тому

      Thank you for your feedback! It really helps me understand how can I improve my videos.

  • @joseph0x45
    @joseph0x45 Рік тому +6

    I'm faster

  • @kasper369
    @kasper369 11 місяців тому

    What about this vs Fresh.js from Deno

    • @awesome-coding
      @awesome-coding  11 місяців тому

      Good point - Fresh is a really good competitor in the space. They use islands as well for interactivity, but it lacks the Resumability aspect Qwik is bringing to the mix.