Astro seriously approves this message. Delivered by a true professional, such a great presentation of our framework, and thank you for the kind words. 💚🤘👩🚀🤘💚
This is one of the best introduction to a framework I've ever seen. I truly feel ready to be productive with astro. Thanks a lot for this awesome content!
As I commented before.. I have been wanting to play around with Astro, but I was scared and confused on where to start. This video was exactly what I needed. I love how quickly you moved through the steps, too. Can't wait for your longer series! Thank you :)
Only just discovered Astro. This is very awesome. I spent 6 months away from programming, came back and there's a tonne of new things going on in the JS world. Moves so fast I can hardly keep up. But this right here solves many of my problems with my current workflow which was ReactJS and Hugo.
Yeah-it's CRAZY how fast stuff moves! Glad you enjoyed it. I came from Hugo, too, and have been loving Astro. Hugo is obviously a more robust project, but Astro is both so modern and simple in its approach :) Plus I like the JS over the GO syntax of Hugo :)
I wish we had an option in youtube that we vote on the features of the videos and make the other video presenters could see, I would give the highest rate to the narration in here. One of the few videos ever seen in learning aspect without touching speed option or pause for any reason. It took my attention only once and kept it til the end like a water flow even in afternoon time which is the hours for me to learn something is not easy. Thank you.
One of the best frontend and Astro crash courses to ever exist. It is straight to the point. Covers every important topic in detail too. Thank you so much!!!
The way you teach and explain things is something hard to come by. So thank you for your valuable content and thank you for spending so much time going through very valuable technologies like Svelte and Astro :) Subscribed!
@@CodinginPublic it felt like the least I should do :) I’ve been going through your content since I found your channel (I have no clue why I didn’t run into it before), and I can’t wait to check your Astro Blog Course. Thank you! :)
Amazing video. I just started using Astro a few days ago (I built my personal site with it), and though I have very little JS knowledge so far, I am very comfortable with it. This video was an eye-opener, I thought of it as just like a static site generator like Jekyll or Hugo, but it is way more powerful.
you're really good at explaining technical things in such an easy way and also you're great at making it interesting to follow and not boring. im glad I found your channel today 🖤 you gained a new subscriber
Wow! Excellent explanation and I love that you kept it framework agnostic for people not familiar with React. Dude what's the terminal intellisense thing you're using? It's so cool!
What terminal do you use at at 2:33? I don’t recognize the UI, but it looks neat Thanks for the overview, will be waiting for the series(played around with Astro, but haven’t built anything meaningful yet, so hoping to get motivated by your videos)
Im currently a react dev and i decided to go into nextjs but unfortunately, it doesn't run on my system(takes like 20min to install, no fast refresh, keeps crashing VS code) and now I've been looking for a different frontend meta framework to go into and i think astro might be it. I have some questions tho 1. Can i just write everything in react JS? 2. Do you think Astro is a good idea for building interactive web applications? Currently watching the video, thanks in advance 😁
Glad you enjoyed the video! 1.Yes! You can just write everything using react if you want. You'll need to embed those components in an Astro “wrapper.” Personally, if you’re only writing in react, I'd reach for Vite for a basic site. But yes, you can do it! 2. I think that depends on what you mean by “interactive web applications.” It's optimized for heavy content site with moderate interaction. But if you’re talking about an in-browser game or something with lots of dynamic info, I think next is probably better suited. You can do it in Astro, but you’ll need to commit to it and build some of the pieces that Next gives you out of the box. I think Astro will get there, but I think they’re trying to make the best content-heavy sites right now and go from there.
As soon as I get to step "How would you like to start your new project?" and I choose "Empty" it displays "Template copying..." and it never resolves. Any idea why this might be?
For me client:visible or client:load throws an error -> Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set throwIfNamespace: false to bypass this warning.
@@CodinginPublic Could it be a TypeScript specific issue? I have added the AstroBuiltinProps interface to my existing props so that should not be an issue.
I didn't show how to deploy because I was running out of time, but next week's video should! You can deploy most anywhere. If you run `npm run build` you get a dist/ dir with all the finished code.
Anyone else getting error when using some script within tags? I am on Win 11 with updated NODE and VS Code. ...was looking forward to Astro series and now this prevents me in fallowing series on Astro...
@@CodinginPublic Chris, man, thanks for your effort, you are a legend and sorry for bothering you. Looks like adding "type="module"" to the script tag fixes this error. Hopefully this fixes it in the future and I can get back to learning Astro from the Astro series, too. Kind regards, kind sir!
@@CodinginPublic Very strange, yes... Sow in the docs about similar error, decided to try and looks like it worked, don't know why... So far so good, works in fallowing the Blog tutorial for now... Hope it stays that way. TY and all the best!
Well, they say it can handle 10,000+ pages (I can't find that claim now, but I've read that). I haven't done that before, but I don't think size will be a big problem for most. It's more feature set. Next/remix are really full-stack frameworks, which Astro is not. But the hydration means you can have selectively reactive component as you need them. Does that help?
I apologize in advance.. I'm just starting and I wonder about using API keys on the server side, @16:17 was mentioned about passing JS below the markdown for client-side, and everything else in the frontmatter.. Does this means I can pass API keys in the frontMatter? Thanks to anyone who can clarify it for me
Hey! Everything in the frontmatter is invoked on build and not available on the client; obviously, you'd still want to practice good security measures with API keys and all, but that top section is server side.
I believe with the sass package installed you can just import the scss file directly in your Astro layout page. The built in PostCSS should process it I believe? I’m away right now and can’t try; but wanted to give you a direction. Let me know if that doesn’t work.
I don't have any real downsides as long as you use it for its intended purpose. If you have interactive-rich site needs, I would probably go with something like NextJS or something? But that's not really Astro’s fault. There are a few features missing that are present in more robust frameworks, like a more customizable RSS experience, font directives like Next font, but V1 is not even 5 months old, so I can't complain.
That's certainly where it shines, but you can do a good amount of more dynamic stuff. For instance, I built a site with Astro recently that's mostly static (blog, content pages, etc.). However, I have an /admin route that basically wraps an entire React app for the backend. Once you’re in that route, react-router-dom takes over and the whole admin section is a self-contained reactive app. For me, that's the best of both worlds, but obviously your needs may be different. As a whole, though, you are correct-they’re focusing on content sites and that's where Astro does best.
@@CodinginPublic hmm one potentional problem will be with that self-contained reactive app in the /admin route is that it will be hidden from search engine crawlers , so that will lead to poor seo just for that Specific route. idon't know correct me if i'm wrong
Astro seriously approves this message. Delivered by a true professional, such a great presentation of our framework, and thank you for the kind words.
💚🤘👩🚀🤘💚
Thanks for the kind words and for the awesome framework! Go Astro! 👨🚀 🚀
great work guys, I hope the yearly framework rotation in front-end ends with astro as the final choice
You have such a great talent at explaining things... that was fluid and beautiful. Thank you so much.
Very kind, Maikol! Glad it was a help. Go Astro! 🚀
I've said and noticed this too. Lol I even asked if he took some public speaking course or something 😂😂😂
This is one of the best introduction to a framework I've ever seen. I truly feel ready to be productive with astro. Thanks a lot for this awesome content!
Glad it was helpful!
This channel is on it's way to becoming one of the best coding channels ever.
🙏 very kind. Glad you’re enjoying the channel!
As I commented before.. I have been wanting to play around with Astro, but I was scared and confused on where to start.
This video was exactly what I needed. I love how quickly you moved through the steps, too.
Can't wait for your longer series! Thank you :)
Awesome! So glad it was a help!
Only just discovered Astro. This is very awesome. I spent 6 months away from programming, came back and there's a tonne of new things going on in the JS world. Moves so fast I can hardly keep up. But this right here solves many of my problems with my current workflow which was ReactJS and Hugo.
Yeah-it's CRAZY how fast stuff moves! Glad you enjoyed it. I came from Hugo, too, and have been loving Astro. Hugo is obviously a more robust project, but Astro is both so modern and simple in its approach :) Plus I like the JS over the GO syntax of Hugo :)
I wish we had an option in youtube that we vote on the features of the videos and make the other video presenters could see, I would give the highest rate to the narration in here. One of the few videos ever seen in learning aspect without touching speed option or pause for any reason. It took my attention only once and kept it til the end like a water flow even in afternoon time which is the hours for me to learn something is not easy. Thank you.
This might be the kindest comment I've ever received. Thank you so much for your kind words. So happy you enjoyed the video!
my pleasure @@CodinginPublic
This was much better than an "Astro in 60 min" video I watched, thank you!
20 minutes is all I need as a developer. Thank you for the video!
You're very welcome!
One of the best frontend and Astro crash courses to ever exist. It is straight to the point. Covers every important topic in detail too. Thank you so much!!!
So glad you enjoyed it so much!!
The way you teach and explain things is something hard to come by.
So thank you for your valuable content and thank you for spending so much time going through very valuable technologies like Svelte and Astro :)
Subscribed!
Hey, that's so kind! So glad you enjoyed it! Thanks for taking the time to say something.
@@CodinginPublic it felt like the least I should do :) I’ve been going through your content since I found your channel (I have no clue why I didn’t run into it before), and I can’t wait to check your Astro Blog Course. Thank you! :)
this is the first time for me I saw a proficienal front-end developer in a video
you are amazing
So glad you enjoyed it!
Best video on astro, i found it after scrolling youtube for like 3-4 hours. Thanku
So glad you enjoyed it! Thanks for the kind words.
Amazing video man! Really interested to try Astro out for my next projects!!🔥
Astro is the best! So glad you enjoyed the video.
my god! i am really really interested now esp the island concept, running JS when the client is visible is awesome!
It's such a good dev experience, too, for being such a good client experience.
Amazing video. I just started using Astro a few days ago (I built my personal site with it), and though I have very little JS knowledge so far, I am very comfortable with it. This video was an eye-opener, I thought of it as just like a static site generator like Jekyll or Hugo, but it is way more powerful.
So glad to hear you’re loving Astro! it's 🔥
you're really good at explaining technical things in such an easy way and also you're great at making it interesting to follow and not boring. im glad I found your channel today 🖤
you gained a new subscriber
That’s so kind, Omar. So glad it was a help! Welcome!
A great demonstration and clear explanation of Astro. Many thanks for creating this. Looking forward to Astro 3.0 later this week.
Glad it was a help! Excited for 3.0, too!!
Already in love with Astro!
Go Astro! 🚀
Wow! Excellent explanation and I love that you kept it framework agnostic for people not familiar with React.
Dude what's the terminal intellisense thing you're using? It's so cool!
Already waiting for astro series
🙌
So am I 😁
Layouts and slots feels a lot like Django. Love it!
It’s awesome!
Starting to learn the Astro framework today! Appreciate the recommendation!
🙌
Best tutorial ever man You deserve millions
Glad you enjoyed it!
it's been a a year with vue & nuxtjs, then 2 years journey with nextjs & react, now I think I should try Astro. Great, thanks!
Great! Hope you enjoy it!
A total teaser! thank you! I'll start following your astro series right now :)
🙌
Great content! It has everything an experienced developer needs to get started on Astro. Thank you!
Your content is always awesome!
That’s very kind, Filipe. Glad you enjoyed it!
Astro is pretty darn neat. Going to have to give this a try on my next project!
It's the best! Glad you enjoyed it!
Lovely introduction. Subscribed.
So glad you enjoyed it! Thanks for the sub!
Thanks, I did not just casually learn Astro in 5 minutes 😍 this is simple to understand with React, Vue, Angular and jQuery background
Astro is the best!
Thanks for this video, it really gives full idea of how this framework works. I really like it.
Glad it was helpful!
Awesome tutorial to get started with Astro!
Glad you enjoyed it!
What terminal do you use at at 2:33? I don’t recognize the UI, but it looks neat
Thanks for the overview, will be waiting for the series(played around with Astro, but haven’t built anything meaningful yet, so hoping to get motivated by your videos)
it's warp
Marius is right; you can learn more about it here: ua-cam.com/video/wdrjIHzGW74/v-deo.html
You and net ninja the greatest
🙏 Thank you for your kind words!
This is a great overview💪, thank you! Question - you said here you prefer astro components over react.. is it still so?
For most things, yes. Just sprinkle in react when I need an interactive component.
Astro is amazing
🚀
Your vscode looks awesome! Witch colorsheme are you using?
Glad you like it. I think I'm using Community Material Palenight theme
Much love & respect! 🙏🤟
Thanks, my friend.
Dude you shine! Thanks so much for sharing such great content.
So glad it was such a help! Thanks for saying something!
Lol, you make it look easy! Top notch tutorial.
Glad you enjoyed it!
Very simple and great. Thank you!
Glad it was helpful!
great framework, great video!
🙌
I did not know you can add tags 😅. I kept wondering how I would add client-side codes in a component last time I used Astro.
Yep! Astro just makes it where you have to explicitly say “I WANT JS here!" But then you can add it to your heart's content :)
Awesome 😎
Glad you enjoyed it, Bob!
Wow what a video. Great job.
Glad it was a help!
Liked and subscribed! Great walkthrough, thanks!
Glad you enjoyed it! Thanks for the sub!
Awesome video! Thanks a lot.
You are welcome!
Thanks for this video. You explain everything very clear.
You're very welcome!
Im currently a react dev and i decided to go into nextjs but unfortunately, it doesn't run on my system(takes like 20min to install, no fast refresh, keeps crashing VS code) and now I've been looking for a different frontend meta framework to go into and i think astro might be it.
I have some questions tho
1. Can i just write everything in react JS?
2. Do you think Astro is a good idea for building interactive web applications?
Currently watching the video, thanks in advance 😁
Glad you enjoyed the video!
1.Yes! You can just write everything using react if you want. You'll need to embed those components in an Astro “wrapper.” Personally, if you’re only writing in react, I'd reach for Vite for a basic site. But yes, you can do it!
2. I think that depends on what you mean by “interactive web applications.” It's optimized for heavy content site with moderate interaction. But if you’re talking about an in-browser game or something with lots of dynamic info, I think next is probably better suited. You can do it in Astro, but you’ll need to commit to it and build some of the pieces that Next gives you out of the box. I think Astro will get there, but I think they’re trying to make the best content-heavy sites right now and go from there.
Great video! I Learned a lot!
Glad it was helpful!
Excellent! Thank you
Glad you found it helpful!
excellent really, quick and clear
So glad it helped! Astro is 🚀
So helpful! Thank you 🥺
You're so welcome!
fast and good. I LIKED it
Glad it was help!
That's awesome, thanks mate
Glad you like it
big big question, can I use solid & react? since they have the same .tsx
Yep!!
As soon as I get to step "How would you like to start your new project?" and I choose "Empty" it displays "Template copying..." and it never resolves. Any idea why this might be?
Hmm. That’s odd. I’d ask in the discord?
@@CodinginPublic On it.
Thank you for this video
You’re welcome! Hope it was a help!
I ma on Vue currently and i love it. But Astro, damnnnnn. I want it now
You can have both! :)
this tutorial is best compare to other available on internet
So glad you enjoyed it!
stupid question but... how can we have a terminal skin like yours ?
Hey, not stupid at all! Here are two videos that may help: ua-cam.com/video/DBASd9L4GCo/v-deo.html and ua-cam.com/video/zhzhTvaFOiw/v-deo.html
For me client:visible or client:load throws an error -> Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can set throwIfNamespace: false to bypass this warning.
Hmm. I haven’t run into this before. I’d check the discord support channel to see if anyone else has had this problem? Sorry I can’t be of more help!
@@CodinginPublic Could it be a TypeScript specific issue?
I have added the AstroBuiltinProps interface to my existing props so that should not be an issue.
Thank you!
You're welcome!
Do I understand correctly like others js frameworks we need vps to deploy it to?
I didn't show how to deploy because I was running out of time, but next week's video should! You can deploy most anywhere. If you run `npm run build` you get a dist/ dir with all the finished code.
Anyone else getting error when using some script within tags?
I am on Win 11 with updated NODE and VS Code.
...was looking forward to Astro series and now this prevents me in fallowing series on Astro...
🤔 what error are you getting? And are you writing the code in the tutorial or trying to adapt it for your needs?
@@CodinginPublic Chris, man, thanks for your effort, you are a legend and sorry for bothering you.
Looks like adding "type="module"" to the script tag fixes this error.
Hopefully this fixes it in the future and I can get back to learning Astro from the Astro series, too.
Kind regards, kind sir!
@@MarshallSC1 No worries! Glad that helped. Hmm…that's a little odd, but glad it's working now :)
@@CodinginPublic Very strange, yes... Sow in the docs about similar error, decided to try and looks like it worked, don't know why... So far so good, works in fallowing the Blog tutorial for now... Hope it stays that way.
TY and all the best!
Hi sir, i would like to know can we create large scale sites with astro. Like we do in react, next and remix. Thankyou
Well, they say it can handle 10,000+ pages (I can't find that claim now, but I've read that). I haven't done that before, but I don't think size will be a big problem for most. It's more feature set. Next/remix are really full-stack frameworks, which Astro is not. But the hydration means you can have selectively reactive component as you need them. Does that help?
@@CodinginPublic Thanks, sir!
would you say solidjs is better than react ?
Well, it all depends 😬. It really depends what you need. In some situations, yes. In others, no. Solid looks really promising.
After selecting empty in template, it keeps saying "template copying..." forever
I’ve had that happen before when npm was down. Still having this trouble?
@@CodinginPublic No fixed, thx!
I apologize in advance.. I'm just starting and I wonder about using API keys on the server side, @16:17 was mentioned about passing JS below the markdown for client-side, and everything else in the frontmatter.. Does this means I can pass API keys in the frontMatter? Thanks to anyone who can clarify it for me
Hey! Everything in the frontmatter is invoked on build and not available on the client; obviously, you'd still want to practice good security measures with API keys and all, but that top section is server side.
@@CodinginPublic Thanks, will keep learning, :)
what terminal is that?
Warp!
What is the terminal
Warp :)
How can I add scss to global style sheets?
I believe with the sass package installed you can just import the scss file directly in your Astro layout page. The built in PostCSS should process it I believe? I’m away right now and can’t try; but wanted to give you a direction. Let me know if that doesn’t work.
@@CodinginPublic - Thank you. I will try.
what are downsides of astro?
I don't have any real downsides as long as you use it for its intended purpose. If you have interactive-rich site needs, I would probably go with something like NextJS or something? But that's not really Astro’s fault. There are a few features missing that are present in more robust frameworks, like a more customizable RSS experience, font directives like Next font, but V1 is not even 5 months old, so I can't complain.
Please create a next.js 13 tutorial video if you can .
I haven't used NextJS 13, but if I do, I'll make a tut once I feel comfortable with it.
Why does Astro is not good with bootstrap specifically in js components... this made me sad
Astro is framework agnostic, so you should be able to use Bootstrap without trouble. What’s been the trouble you’ve had?
Gained a sub 🙌🙌
Hope you enjoy the channel!
its look like vite
Yep, uses Vite :)
So we're saying Astro is so straightforward, all we need is 20 minutes?
(he asks knowing full well how simple Astro is)
lol :) I mean, I hardly felt like I had a chance to cover ANYthing in 20 minutes. It's both simple and extendable. How's that? :)
@@CodinginPublic That's perfect...
Oh, also... I finally managed to get Astro running with PNPM
@@DanteMishima 🤝
what was the problem?
@@CodinginPublic For some reason pnpm hadn't been added to my PATH...
Had to do that and delete the pnpm store folder so the changes would take
astro is just for content rich sites unfortunately
That's certainly where it shines, but you can do a good amount of more dynamic stuff. For instance, I built a site with Astro recently that's mostly static (blog, content pages, etc.). However, I have an /admin route that basically wraps an entire React app for the backend. Once you’re in that route, react-router-dom takes over and the whole admin section is a self-contained reactive app. For me, that's the best of both worlds, but obviously your needs may be different. As a whole, though, you are correct-they’re focusing on content sites and that's where Astro does best.
@@CodinginPublic hmm one potentional problem will be with that self-contained reactive app in the /admin route is that it will be hidden from search engine crawlers , so that will lead to poor seo just for that Specific route. idon't know correct me if i'm wrong
I just heard about Astro today and I like it. Thanks
🙌