Astro’s Big Announcement!

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 62

  • @leopb21
    @leopb21 8 месяцев назад +18

    This is a paradigm shift! Just imagine fullstack integrations like:
    astro add auth;
    astro add ecommerce;
    astro add admin;
    astro add any-fullstack-module

  • @omak3313
    @omak3313 8 месяцев назад +3

    I enrolled in your great course! Looking forward to using Astro DB in your course

  • @AnthonyCandaele
    @AnthonyCandaele 8 месяцев назад +5

    This is huge. For my 1st Astro project, I'll have to implement that users can subscribe to a waiting list. AstroDB seems perfect for this.

  • @מתןללוש
    @מתןללוש 8 месяцев назад +12

    Cool, now it's time for Astro e-commerce❤

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад +1

      🙌

    • @מתןללוש
      @מתןללוש 8 месяцев назад +1

      @@CodinginPublic you're the best 😘

    • @lunar_commands
      @lunar_commands 8 месяцев назад +2

      Agree, I'd love to see whole astro course to build fully functional e-commerce

    • @מתןללוש
      @מתןללוש 8 месяцев назад

      @@lunar_commands 🎯 with Chris's explanations it can be amazing

  • @jjaimealeman
    @jjaimealeman 8 месяцев назад +2

    SO looking forward to Module-8. I just ended #4.
    Totally dig your style of teaching. I like how you go very in-depth and explain things thoroughly by showing the Astro Docs.

  • @JavArButt
    @JavArButt 8 месяцев назад +1

    Love it, how fast you are - you are my astro guy. Thank you

  • @MuraliManoharVarmaPemmadi
    @MuraliManoharVarmaPemmadi 8 месяцев назад +3

    Your just awesome dude, please keep going. God bless you with good health and wealth.

  • @unity_12
    @unity_12 8 месяцев назад +4

    I've been waiting for this video so much!

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад +1

      🙌 Almost had it ready for Tuesday’s launch, but had a little trouble with some of the studio stuff as they moved it over to the current url. Hope you found it helpful!

  • @latch909
    @latch909 8 месяцев назад

    very intrigued to try setting up astrodb and lucia auth!

  • @sbdev5853
    @sbdev5853 8 месяцев назад

    I was about to give up trying to move my MySQL/PHP site to Astro and get another hosting plan; this came out. Your instructions are straightforward. I can’t wait for you to do bigger projects.

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад

      🙌

    • @s.i.m.c.a
      @s.i.m.c.a 8 месяцев назад

      mysql/php is like 2 galaxies better through...

  • @guled669
    @guled669 8 месяцев назад +2

    This is basically Ruby on Rails now

  • @eliancodes
    @eliancodes 8 месяцев назад +1

    Amazing video! Thanks for covering this!

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад

      Thanks so much, Elian! Hoping I showed it off well!

  • @aj8__8
    @aj8__8 8 месяцев назад

    you made me love astro, i'll play with astro db on the weekend and hopefully build something fun

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад

      Awesome! Let me know what you build! Astro is awesome!

  • @Serizon_
    @Serizon_ 8 месяцев назад

    yes I have been creating an astro website with comments etc.but currently I do have some problems with db , its pretty bare bones . also astro dev doesn't store things so you cant use it for production without using astro studio which is pretty bare bones if you ask me.
    Also thanks for being awesome Chris , you're videos taught me very much.

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад +1

      It's worth mentioning and db is in early preview (probably something I should have called out more). My understanding is that you can host your sql db anywhere, but I haven't explored that yet. Glad you enjoyed the video!

    • @s.i.m.c.a
      @s.i.m.c.a 8 месяцев назад

      if you wanna database - learn some normal backend language and do some proper server-client applications

  • @munna5553
    @munna5553 7 месяцев назад

    Sir please upload more videos. Im waiting for that
    React Higher-Order component

  • @brancode404
    @brancode404 8 месяцев назад

    Any plans on building production ready ecommerce app?

  • @n8o_
    @n8o_ 8 месяцев назад

    Awesome example. Lots of use cases here for HTMX too 👀

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад

      Ooh! Good call! And with the new snippets options that opens some cool possibilities!

  • @Alex29196
    @Alex29196 8 месяцев назад +1

    Amazing news, great stuff as always.

  • @TexmerYT
    @TexmerYT 8 месяцев назад +1

    To use it in production, do you have to use the astro server or you can host it in a vps for example? by the way awesome video as always :)

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад +3

      My understanding is you can host it anywhere? There’s actually a dev sql db generated in the .astro folder FWIW. Again a bit fuzzy on these details, but that’s my understanding.

    • @TexmerYT
      @TexmerYT 8 месяцев назад

      @@CodinginPublic 👌Thanks for the info.

  • @s07905300
    @s07905300 4 месяца назад

    Hi, Chris, is there on delete "cascade" function built in astro db? I'm building nested comments and I can't find this fuction in document...

    • @CodinginPublic
      @CodinginPublic  4 месяца назад

      Not to my knowledge? Lots left to add in Astro db, but that would seem like something on their roadmap?

  • @haydonge5328
    @haydonge5328 6 месяцев назад

    how to use local DB file ?

  • @fire17102
    @fire17102 8 месяцев назад

    Astro is really nice , but i haven't really understood how to use the island architecture and get some dynamic realtime data clientside updates like Svelte or other libs. I am supposed to be able to do this right? 😅 Thanks

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад +1

      Yeah! Just make sure you hydrate the component with a client directive and you'll have all the same features available in a full svelte app for instance. (or at least enough to do dynamic realtime data)

    • @fire17102
      @fire17102 8 месяцев назад

      @@CodinginPublic thanks for responding! currently the way it is set up for me is I have a socket connection to my actual backend, and when I update via socket, I have to refresh the client to see the change. The event comes from the backend, I can probably open another socket from the client to the astro backend and update on the client with js but I have a feeling like it's too manual and I am missing an obvious existing feature to allow realtime data updates on the client without polling. Can you recommend any video on this or other thing to research. What am I looking for? "Hydrate Astro" ? Thanks a lot and all the best! Love your channel ❤️

  • @Diego_Cabrera
    @Diego_Cabrera 8 месяцев назад +1

    Another great video!

  • @francopascual6958
    @francopascual6958 8 месяцев назад

    Hey Chris, would you please do a tutorial for building an Astro site with i18n features, so to make a bilingual site? The docs are confusing and I havent seen anyone explain it on youtube. Or is it on your course?? Thanks in advance

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад +1

      I’ve got an active project right now I’m working on because I felt the same thing. It’ll definitely do a project in my course (I have a whole module on it coming soon) and will at least do a free overview video on my channel.

  • @HeyWorld-o8j
    @HeyWorld-o8j 8 месяцев назад

    I wonder how fast it is. I think the limitation to specific regions might be a drawback compared to Turso. I'll wait and observe the development of this technology before making a decision or just give up.

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад

      I think it’s using Turso in prod?

  • @alikarimi5212
    @alikarimi5212 7 месяцев назад

    can it be self-hosted? i mean self hosting astrodb + studio?

    • @CodinginPublic
      @CodinginPublic  7 месяцев назад +1

      Not studio, I believe. But you could technically take the generated db file in dev mode and self host?

    • @alikarimi5212
      @alikarimi5212 7 месяцев назад +1

      ​@@CodinginPublic As an Iranian, we do not have access to any financial services abroad, it is almost impossible to make payments. Otherwise, the prices are too high for us and there is no economic justification, so it is better to host it ourselves

  • @suen-tech
    @suen-tech 8 месяцев назад

    Thx

  • @mrrolandlawrence
    @mrrolandlawrence 8 месяцев назад +3

    how long before someone ports wordpress now there is a database ;)

  • @CodingWithLewis
    @CodingWithLewis 8 месяцев назад +3

    Your demo apps always look better than my real life apps 🥲

    • @CodinginPublic
      @CodinginPublic  8 месяцев назад +1

      lol thanks, Lewis. It’s like…”show me you’re a Frontend dev who’s obsessed with UI and procrastinates on the backend without showing me…” 😂