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.
🙌 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!
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.
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.
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!
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.
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
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)
@@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 ❤️
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
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.
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 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
This is a paradigm shift! Just imagine fullstack integrations like:
astro add auth;
astro add ecommerce;
astro add admin;
astro add any-fullstack-module
For real!
Astro add wordpress
I enrolled in your great course! Looking forward to using Astro DB in your course
Awesome, thank you!
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.
Yeah! That would work great!
Cool, now it's time for Astro e-commerce❤
🙌
@@CodinginPublic you're the best 😘
Agree, I'd love to see whole astro course to build fully functional e-commerce
@@lunar_commands 🎯 with Chris's explanations it can be amazing
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.
Thanks, my friend!
Love it, how fast you are - you are my astro guy. Thank you
🚀
Your just awesome dude, please keep going. God bless you with good health and wealth.
Thanks, my friend!
I've been waiting for this video so much!
🙌 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!
very intrigued to try setting up astrodb and lucia auth!
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.
🙌
mysql/php is like 2 galaxies better through...
This is basically Ruby on Rails now
Amazing video! Thanks for covering this!
Thanks so much, Elian! Hoping I showed it off well!
you made me love astro, i'll play with astro db on the weekend and hopefully build something fun
Awesome! Let me know what you build! Astro is awesome!
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.
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!
if you wanna database - learn some normal backend language and do some proper server-client applications
Sir please upload more videos. Im waiting for that
React Higher-Order component
Any plans on building production ready ecommerce app?
Awesome example. Lots of use cases here for HTMX too 👀
Ooh! Good call! And with the new snippets options that opens some cool possibilities!
Amazing news, great stuff as always.
Glad you liked it!!
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 :)
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.
@@CodinginPublic 👌Thanks for the info.
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...
Not to my knowledge? Lots left to add in Astro db, but that would seem like something on their roadmap?
how to use local DB file ?
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
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)
@@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 ❤️
Another great video!
Glad you enjoyed it!
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
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.
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.
I think it’s using Turso in prod?
can it be self-hosted? i mean self hosting astrodb + studio?
Not studio, I believe. But you could technically take the generated db file in dev mode and self host?
@@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
Thx
Any time
how long before someone ports wordpress now there is a database ;)
I mean… 🤣
Your demo apps always look better than my real life apps 🥲
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…” 😂